diff --git a/manifests/keycloak/values.yaml b/manifests/keycloak/values.yaml index b6ab544..bd14092 100644 --- a/manifests/keycloak/values.yaml +++ b/manifests/keycloak/values.yaml @@ -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: