Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
🐳 In fact DSAPI and concordance URLs must always have a value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Hatton committed Jan 16, 2018
1 parent 45a0dd7 commit f814454
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ env:
key: kafka.proxy.url
- name: DOCUMENT_STORE_API_ENABLED
value: true
- name: DOCUMENT_STORE_API_URL
value: "document-store-api:8080"
- name: CONCORDANCE_API_ENABLED
value: true
- name: CONCORDANCE_API_URL
value: "public-concordances-api:8080"
4 changes: 4 additions & 0 deletions helm/methode-article-mapper/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Chart.Version }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: DOCUMENT_STORE_API_URL
value: "document-store-api:8080"
- name: CONCORDANCE_API_URL
value: "public-concordances-api:8080"
- name: API_HOST
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit f814454

Please sign in to comment.