From 3368f8b7df64f466ea546c4eb439b7b5b1aaec0b Mon Sep 17 00:00:00 2001 From: jmarchel Date: Fri, 1 Mar 2024 13:48:56 +0100 Subject: [PATCH] Add proper configuration to values.yaml Change-Id: I1dea1254fb40959fbae970f5eff3fbd8ae66f1a4 --- charts/nebulous-gui/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/nebulous-gui/values.yaml b/charts/nebulous-gui/values.yaml index d609305..c90cde7 100644 --- a/charts/nebulous-gui/values.yaml +++ b/charts/nebulous-gui/values.yaml @@ -87,3 +87,8 @@ nodeSelector: {} tolerations: [] affinity: {} + +env: + NODE_ENV: "production" + VITE_API_URL: "http://nebulous-gui-controller:3000" +