try to fix keycloak

This commit is contained in:
dvirlabs 2026-03-15 03:30:22 +02:00
parent 87563a543a
commit 5b6cc772cb

View File

@ -58,15 +58,37 @@ postgresql:
whenDeleted: Retain whenDeleted: Retain
whenScaled: Retain whenScaled: Retain
customReadinessProbe: customStartupProbe:
httpGet: httpGet:
path: /realms/master path: /realms/master
port: https port: https
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 1 timeoutSeconds: 5
failureThreshold: 3 failureThreshold: 18
successThreshold: 1
customLivenessProbe:
httpGet:
path: /realms/master
port: https
scheme: HTTPS
initialDelaySeconds: 120
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
successThreshold: 1
customReadinessProbe:
httpGet:
path: /realms/master
port: https
scheme: HTTPS
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 12
successThreshold: 1 successThreshold: 1
extraEnvVars: extraEnvVars: