[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

View File

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

View File

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