Fix YAML syntax error in frontend-deployment.yaml
CI Pipeline / Backend Build & Test (push) Successful in 52s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 34s
CI Pipeline / Infrastructure Validation (push) Successful in 3s

The file had malformed YAML with incorrect indentation on line 70,
causing validation to fail. Rewrote the file with correct indentation.
This commit is contained in:
WorkClub Automation
2026-03-20 20:50:14 +01:00
parent 0100def25a
commit 956c3ead0c
2 changed files with 94 additions and 4 deletions
+2 -4
View File
@@ -40,7 +40,6 @@ spec:
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 3
resources:
requests:
cpu: 100m
@@ -48,7 +47,6 @@ spec:
limits:
cpu: 500m
memory: 512Mi
env:
- name: NODE_ENV
value: "production"
@@ -67,8 +65,8 @@ spec:
configMapKeyRef:
name: workclub-config
key: keycloak-authority
- name: NEXTAUTH_URL
value: "http://192.168.240.200:3000"
- name: NEXTAUTH_URL
value: "http://192.168.240.200:3000"
- name: AUTH_TRUST_HOST
value: "true"
- name: NEXTAUTH_SECRET