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
whenScaled: Retain
customReadinessProbe:
customStartupProbe:
httpGet:
path: /realms/master
port: https
scheme: HTTPS
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
timeoutSeconds: 5
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
extraEnvVars: