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 -}}