Commit 6112c10 1 parent 31a8c20 commit 6112c10 Copy full SHA for 6112c10
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ extraEnvVars: &envVars
64
64
- name : DB_ADAPTER
65
65
value : postgresql
66
66
- name : DB_HOST
67
- value : pg -postgresql.postgres.svc.cluster.local
67
+ value : postgres -postgresql.postgres.svc.cluster.local
68
68
- name : DB_NAME
69
69
value : hyku-demo
70
70
- name : DB_USER
@@ -222,11 +222,11 @@ solr:
222
222
externalFcrepoHost : fcrepo.fcrepo.svc.cluster.local
223
223
224
224
externalPostgresql :
225
- host : pg -postgresql.postgres.svc.cluster.local
225
+ host : postgres -postgresql.postgres.svc.cluster.local
226
226
username : postgres
227
227
password : $POSTGRES_PASSWORD
228
228
229
- externalSolrHost : solr.staging- solr.svc.cluster.local
229
+ externalSolrHost : solr.solr.svc.cluster.local
230
230
externalSolrUser : admin
231
231
externalSolrCollection : " hyku-demo"
232
232
externalSolrPassword : $SOLR_ADMIN_PASSWORD
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ extraEnvVars: &envVars
64
64
- name : DB_ADAPTER
65
65
value : postgresql
66
66
- name : DB_HOST
67
- value : pg -postgresql.postgres.svc.cluster.local
67
+ value : postgres -postgresql.postgres.svc.cluster.local
68
68
- name : DB_NAME
69
69
value : hyku-staging
70
70
- name : DB_USER
@@ -222,7 +222,7 @@ solr:
222
222
externalFcrepoHost : fcrepo.fcrepo.svc.cluster.local
223
223
224
224
externalPostgresql :
225
- host : pg -postgresql.postgres.svc.cluster.local
225
+ host : postgres -postgresql.postgres.svc.cluster.local
226
226
username : postgres
227
227
password : $POSTGRES_PASSWORD
228
228
You can’t perform that action at this time.
0 commit comments