From 5357eeccca2f79579f6eeb50c575823b3cf58e48 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 26 Sep 2022 11:55:45 +0200 Subject: [PATCH] Update _webui.tpl Signed-off-by: Kjeld Schouten-Lebbing --- charts/enterprise/blocky/templates/_webui.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/enterprise/blocky/templates/_webui.tpl b/charts/enterprise/blocky/templates/_webui.tpl index 881bee2058b..422b8be225f 100644 --- a/charts/enterprise/blocky/templates/_webui.tpl +++ b/charts/enterprise/blocky/templates/_webui.tpl @@ -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 -}}