Update _webui.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -33,4 +33,9 @@ startupProbe:
|
|||||||
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
|
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
|
||||||
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
|
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
|
||||||
failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }}
|
failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }}
|
||||||
|
env:
|
||||||
|
- name: NODE_ENV
|
||||||
|
value: "production"
|
||||||
|
- name: API_URL
|
||||||
|
value: "{{ .Values.webUI.apiURL }}"
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user