From a52fd60366492188b258033071f1266e6503e24c Mon Sep 17 00:00:00 2001 From: jmarchel Date: Mon, 4 Mar 2024 12:20:50 +0100 Subject: [PATCH] Add new config to deployment Change-Id: I5fed8bda442fffeee9dc6ffa16033898b60266d0 --- charts/nebulous-gui/templates/deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/nebulous-gui/templates/deployment.yaml b/charts/nebulous-gui/templates/deployment.yaml index d7fbaab..714855d 100644 --- a/charts/nebulous-gui/templates/deployment.yaml +++ b/charts/nebulous-gui/templates/deployment.yaml @@ -54,6 +54,11 @@ spec: - name: http containerPort: 80 protocol: TCP + env: + - name: NODE_ENV + value: "{{ .Values.env.NODE_ENV }}" + - name: VITE_API_URL + value: "{{ .Values.env.VITE_API_URL }}" livenessProbe: httpGet: path: /