Skip to content

Commit

Permalink
update...
Browse files Browse the repository at this point in the history
  • Loading branch information
cachemeoutside committed Nov 27, 2023
1 parent f1c9f75 commit f98d0f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion charts/debug-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ web:
SOLR_ADMIN_USER: admin
SOLR_HOST: oral-history-public-web-test-solr
SOLR_PORT: 8983
SOLR_URL: "http://$(SOLR_ADMIN_USER):$(SOLR_ADMIN_PASSWORD)@$(SOLR_HOST):$(SOLR_PORT)/solr/blacklight-core"

POSTGRES_DB: oral_history
POSTGRES_HOST: postgres
Expand Down
6 changes: 3 additions & 3 deletions charts/templates/deployment-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ spec:
- name: SOLR_ADMIN_USER
valueFrom:
configMapKeyRef:
name: oralhistory-env
name: oral-history-env
key: SOLR_ADMIN_USER
- name: SOLR_HOST
valueFrom:
configMapKeyRef:
name: oralhistory-env
name: oral-history-env
key: SOLR_HOST
- name: SOLR_PORT
valueFrom:
configMapKeyRef:
name: oralhistory-env
name: oral-history-env
key: SOLR_PORT
- name: SOLR_ADMIN_PASSWORD
valueFrom:
Expand Down
6 changes: 3 additions & 3 deletions charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ spec:
- name: SOLR_ADMIN_USER
valueFrom:
configMapKeyRef:
name: oralhistory-env
name: oral-history-env
key: SOLR_ADMIN_USER
- name: SOLR_HOST
valueFrom:
configMapKeyRef:
name: oralhistory-env
name: oral-history-env
key: SOLR_HOST
- name: SOLR_PORT
valueFrom:
configMapKeyRef:
name: oralhistory-env
name: oral-history-env
key: SOLR_PORT
- name: SOLR_ADMIN_PASSWORD
valueFrom:
Expand Down

0 comments on commit f98d0f7

Please sign in to comment.