Skip to content

Commit

Permalink
Adding frontend base environment variable if it is set.
Browse files Browse the repository at this point in the history
  • Loading branch information
samshuster committed Feb 3, 2020
1 parent bc055e3 commit b511118
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ spec:
ports:
- containerPort: 5000
env:
{{ if .Values.FRONTEND_BASE }}
- name: FRONTEND_BASE
value: http://{{ .Values.FRONTEND_BASE }}
{{ end }}
- name: SEARCHSERVICE_BASE
value: http://{{ .Chart.Name }}-{{ .Values.searchServiceName }}:5001
- name: METADATASERVICE_BASE
Expand Down

0 comments on commit b511118

Please sign in to comment.