Merge "Add new config to deployment"
This commit is contained in:
commit
224075f69b
@ -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