Skip to content

Commit

Permalink
Updates the db host for the new delta db
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed May 15, 2024
1 parent 6971c44 commit 4228a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extraEnvVars: &envVars
- name: DB_ADAPTER
value: postgresql
- name: DB_HOST
value: postgres-cluster-alpha-ha.postgres.svc.cluster.local
value: acid-postgres-cluster-delta.postgres.svc.cluster.local
- name: DB_NAME
value: utk-hyku-production-hyrax
- name: DB_PASSWORD
Expand Down Expand Up @@ -240,7 +240,7 @@ solr:

externalFcrepoHost: fcrepo.fcrepo.svc.cluster.local
externalPostgresql:
host: postgres-cluster-alpha-ha.postgres.svc.cluster.local
host: acid-postgres-cluster-delta.postgres.svc.cluster.local
username: main
password: $DB_PASSWORD
database: utk-hyku-production-hyrax
Expand Down

0 comments on commit 4228a5c

Please sign in to comment.