Fix navix helm
This commit is contained in:
parent
384046480f
commit
e7904827c8
@ -17,4 +17,7 @@ spec:
|
|||||||
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
|
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
|
||||||
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
env:
|
||||||
|
- name: VITE_API_URL
|
||||||
|
value: "http://navix-backend.{{ .Release.Namespace }}.svc.cluster.local:8000"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user