This commit is contained in:
2026-02-18 19:21:49 +01:00
parent 5c86afd640
commit c3d1dcab4c
2 changed files with 0 additions and 6 deletions

View File

@@ -25,9 +25,6 @@ spec:
- name: frontend - name: frontend
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 }}
env:
- name: VITE_API_URL
value: {{ .Values.frontend.env.apiUrl | quote }}
ports: ports:
- name: http - name: http
containerPort: 80 containerPort: 80

View File

@@ -71,9 +71,6 @@ frontend:
cpu: 50m cpu: 50m
memory: 64Mi memory: 64Mi
env:
apiUrl: "/api"
# Ingress Configuration # Ingress Configuration
ingress: ingress:
enabled: true enabled: true