Add new config to deployment
Change-Id: I5fed8bda442fffeee9dc6ffa16033898b60266d0
This commit is contained in:
parent
b9c077c46d
commit
a52fd60366
@ -54,6 +54,11 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
env:
|
||||||
|
- name: NODE_ENV
|
||||||
|
value: "{{ .Values.env.NODE_ENV }}"
|
||||||
|
- name: VITE_API_URL
|
||||||
|
value: "{{ .Values.env.VITE_API_URL }}"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user