Fix chart

This commit is contained in:
dvirlabs 2025-07-01 06:36:25 +03:00
parent 111100d626
commit 809c18db79

View File

@ -19,4 +19,4 @@ spec:
- containerPort: {{ .Values.frontend.port }}
env:
- name: API_BASE
value: "https://{{ .Values.backend.ingress.host }}"
value: {{ .Values.frontend.env.API_BASE | quote }}