[chart] Do not add erroneous env to the nginx container

Change-Id: I6db05a4a1f6ffac7f0a6dea67162fe8938f5bb34
This commit is contained in:
Radosław Piliszek 2024-04-29 11:01:03 +02:00
parent 21aa57a51b
commit 6bf00cf829
2 changed files with 2 additions and 8 deletions
charts/nebulous-gui

@ -55,10 +55,7 @@ spec:
containerPort: 80 containerPort: 80
protocol: TCP protocol: TCP
env: env:
- name: NODE_ENV {{- toYaml .Values.env | nindent 12 }}
value: "{{ .Values.env.NODE_ENV }}"
- name: VITE_API_URL
value: "{{ .Values.env.VITE_API_URL }}"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /

@ -88,7 +88,4 @@ tolerations: []
affinity: {} affinity: {}
env: env: []
NODE_ENV: "production"
VITE_API_URL: "http://nebulous-gui-controller:3000"