fix(k8s): extreme probe timeouts for RPi and final Keycloak 26 admin fix
All checks were successful
CI Pipeline / Backend Build & Test (push) Successful in 51s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 28s
CI Pipeline / Infrastructure Validation (push) Successful in 3s

This commit is contained in:
WorkClub Automation
2026-03-10 22:22:36 +01:00
parent 9b1ceb1fb4
commit 7272358746
2 changed files with 14 additions and 11 deletions

View File

@@ -28,10 +28,10 @@ spec:
httpGet:
path: /health/startup
port: http
initialDelaySeconds: 5
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 30
failureThreshold: 60
livenessProbe:
httpGet:
path: /health/live
@@ -44,10 +44,10 @@ spec:
httpGet:
path: /health/ready
port: http
initialDelaySeconds: 30
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 5
failureThreshold: 10
resources:
requests: