Update _webui.tpl

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing
2022-09-26 11:55:45 +02:00
committed by GitHub
parent 8c3b1515e4
commit 5357eeccca

View File

@@ -33,4 +33,9 @@ startupProbe:
timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }}
periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }}
failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }}
env:
- name: NODE_ENV
value: "production"
- name: API_URL
value: "{{ .Values.webUI.apiURL }}"
{{- end -}}