Commit 1e

This commit is contained in:
2026-01-31 16:11:50 +01:00
parent 98ca8d25b5
commit 108c7821a4
3 changed files with 18 additions and 211 deletions

View File

@@ -43,21 +43,21 @@ spec:
- name: OTEL_SERVICE_NAME
value: zaia-backend
- name: NODE_ENV
value: development
value: production
- name: TEST_ENV
value: pachamama trionfa
image: redik.pachamama.daxweb.it/zaia-backend:002fdca
imagePullPolicy: Never
value: pachamama-production
image: redik.pachamama.daxweb.it/zaia-backend:98ca8d2
imagePullPolicy: Always
name: zaia-backend
ports:
- containerPort: 3000
name: http
resources:
limits:
cpu: 200m
memory: 256Mi
cpu: 500m
memory: 512Mi
requests:
cpu: 200m
cpu: 250m
memory: 256Mi
---
# Source: generated-by-postrender-2.yaml
@@ -68,7 +68,7 @@ metadata:
namespace: zaia
spec:
hostnames:
- work-cluster.local
- zaia.pachamama.daxweb.it
parentRefs:
- name: traefik-gateway
namespace: traefik
@@ -97,8 +97,8 @@ metadata:
namespace: zaia
spec:
ports:
- port: 5173
targetPort: 5173
- port: 80
targetPort: 80
selector:
app: zaia-frontend
type: ClusterIP
@@ -129,19 +129,19 @@ spec:
containers:
- env:
- name: NODE_ENV
value: development
image: redik.pachamama.daxweb.it/zaia-frontend:002fdca
imagePullPolicy: Never
value: production
image: redik.pachamama.daxweb.it/zaia-frontend:98ca8d2
imagePullPolicy: Always
name: zaia-frontend
ports:
- containerPort: 80
name: http
resources:
limits:
cpu: 200m
memory: 256Mi
cpu: 500m
memory: 512Mi
requests:
cpu: 200m
cpu: 250m
memory: 256Mi
---
# Source: zaia-frontend/templates/service.yaml
@@ -152,7 +152,7 @@ metadata:
namespace: zaia
spec:
hostnames:
- work-cluster.local
- zaia.pachamama.daxweb.it
parentRefs:
- name: traefik-gateway
namespace: traefik
@@ -160,7 +160,7 @@ spec:
- backendRefs:
- name: zaia-frontend
namespace: zaia
port: 5173
port: 80
matches:
- path:
type: PathPrefix