update
This commit is contained in:
@@ -25,9 +25,6 @@ spec:
|
||||
- name: frontend
|
||||
image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
|
||||
env:
|
||||
- name: VITE_API_URL
|
||||
value: {{ .Values.frontend.env.apiUrl | quote }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
|
||||
@@ -71,9 +71,6 @@ frontend:
|
||||
cpu: 50m
|
||||
memory: 64Mi
|
||||
|
||||
env:
|
||||
apiUrl: "/api"
|
||||
|
||||
# Ingress Configuration
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user