From 002fdca0fbf3fb6cfdf9ccb03652092de4b84a2b Mon Sep 17 00:00:00 2001 From: DAXweb Date: Sat, 31 Jan 2026 15:16:11 +0100 Subject: [PATCH] Commit 1b --- deploy/deployment.yaml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index c0fd81e..0d36564 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -43,21 +43,21 @@ spec: - name: OTEL_SERVICE_NAME value: zaia-backend - name: NODE_ENV - value: production + value: development - name: TEST_ENV - value: pachamama-staging - image: redik.pachamama.daxweb.it/zaia-backend:24142b3 - imagePullPolicy: Always + value: pachamama trionfa + image: redik.pachamama.daxweb.it/zaia-backend:ff61e61 + imagePullPolicy: Never name: zaia-backend ports: - containerPort: 3000 name: http resources: limits: - cpu: 500m - memory: 512Mi + cpu: 200m + memory: 256Mi requests: - cpu: 250m + cpu: 200m memory: 256Mi --- # Source: generated-by-postrender-2.yaml @@ -68,7 +68,7 @@ metadata: namespace: zaia spec: hostnames: - - zaia.pachamama.daxweb.it + - work-cluster.local parentRefs: - name: traefik-gateway namespace: traefik @@ -97,8 +97,8 @@ metadata: namespace: zaia spec: ports: - - port: 80 - targetPort: 80 + - port: 5173 + targetPort: 5173 selector: app: zaia-frontend type: ClusterIP @@ -129,19 +129,19 @@ spec: containers: - env: - name: NODE_ENV - value: production - image: redik.pachamama.daxweb.it/zaia-frontend:24142b3 - imagePullPolicy: Always + value: development + image: redik.pachamama.daxweb.it/zaia-frontend:ff61e61 + imagePullPolicy: Never name: zaia-frontend ports: - containerPort: 80 name: http resources: limits: - cpu: 500m - memory: 512Mi + cpu: 200m + memory: 256Mi requests: - cpu: 250m + cpu: 200m memory: 256Mi --- # Source: zaia-frontend/templates/service.yaml @@ -152,7 +152,7 @@ metadata: namespace: zaia spec: hostnames: - - zaia.pachamama.daxweb.it + - work-cluster.local parentRefs: - name: traefik-gateway namespace: traefik @@ -160,7 +160,7 @@ spec: - backendRefs: - name: zaia-frontend namespace: zaia - port: 80 + port: 5173 matches: - path: type: PathPrefix