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" +