Update _webui.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
committed by
GitHub
parent
8c3b1515e4
commit
5357eeccca
@@ -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 -}}
|
||||
|
||||
Reference in New Issue
Block a user