Skip to content

Commit 6112c10

Browse files
committed
fix postgres and solr deploy to friends
1 parent 31a8c20 commit 6112c10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ops/demo-deploy.tmpl.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extraEnvVars: &envVars
6464
- name: DB_ADAPTER
6565
value: postgresql
6666
- name: DB_HOST
67-
value: pg-postgresql.postgres.svc.cluster.local
67+
value: postgres-postgresql.postgres.svc.cluster.local
6868
- name: DB_NAME
6969
value: hyku-demo
7070
- name: DB_USER
@@ -222,11 +222,11 @@ solr:
222222
externalFcrepoHost: fcrepo.fcrepo.svc.cluster.local
223223

224224
externalPostgresql:
225-
host: pg-postgresql.postgres.svc.cluster.local
225+
host: postgres-postgresql.postgres.svc.cluster.local
226226
username: postgres
227227
password: $POSTGRES_PASSWORD
228228

229-
externalSolrHost: solr.staging-solr.svc.cluster.local
229+
externalSolrHost: solr.solr.svc.cluster.local
230230
externalSolrUser: admin
231231
externalSolrCollection: "hyku-demo"
232232
externalSolrPassword: $SOLR_ADMIN_PASSWORD

ops/staging-deploy.tmpl.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extraEnvVars: &envVars
6464
- name: DB_ADAPTER
6565
value: postgresql
6666
- name: DB_HOST
67-
value: pg-postgresql.postgres.svc.cluster.local
67+
value: postgres-postgresql.postgres.svc.cluster.local
6868
- name: DB_NAME
6969
value: hyku-staging
7070
- name: DB_USER
@@ -222,7 +222,7 @@ solr:
222222
externalFcrepoHost: fcrepo.fcrepo.svc.cluster.local
223223

224224
externalPostgresql:
225-
host: pg-postgresql.postgres.svc.cluster.local
225+
host: postgres-postgresql.postgres.svc.cluster.local
226226
username: postgres
227227
password: $POSTGRES_PASSWORD
228228

0 commit comments

Comments
 (0)