Add base kubernetes support final fix 2

This commit is contained in:
Urtzi Alfaro
2025-09-28 19:48:05 +02:00
parent 83f1d9df87
commit 57f77638cc
36 changed files with 1073 additions and 2645 deletions

View File

@@ -29,26 +29,9 @@ spec:
env:
- name: NODE_ENV
value: "production"
- name: VITE_APP_TITLE
valueFrom:
configMapKeyRef:
name: bakery-config
key: VITE_APP_TITLE
- name: VITE_APP_VERSION
valueFrom:
configMapKeyRef:
name: bakery-config
key: VITE_APP_VERSION
- name: VITE_API_URL
valueFrom:
configMapKeyRef:
name: bakery-config
key: VITE_API_URL
- name: VITE_ENVIRONMENT
valueFrom:
configMapKeyRef:
name: bakery-config
key: VITE_ENVIRONMENT
envFrom:
- configMapRef:
name: bakery-config
resources:
requests:
memory: "512Mi"
@@ -91,4 +74,4 @@ spec:
name: http
selector:
app.kubernetes.io/name: frontend
app.kubernetes.io/component: frontend
app.kubernetes.io/component: frontend