[chart] Do not add erroneous env to the nginx container
Change-Id: I6db05a4a1f6ffac7f0a6dea67162fe8938f5bb34
This commit is contained in:
parent
21aa57a51b
commit
6bf00cf829
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"
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user