diff --git a/infra/k8s/base/keycloak-deployment.yaml b/infra/k8s/base/keycloak-deployment.yaml index f071773..c2921d3 100644 --- a/infra/k8s/base/keycloak-deployment.yaml +++ b/infra/k8s/base/keycloak-deployment.yaml @@ -30,16 +30,16 @@ spec: httpGet: path: /health/ready port: http - initialDelaySeconds: 10 + initialDelaySeconds: 40 periodSeconds: 10 timeoutSeconds: 5 - failureThreshold: 2 + failureThreshold: 3 livenessProbe: httpGet: path: /health/live port: http - initialDelaySeconds: 20 + initialDelaySeconds: 60 periodSeconds: 15 timeoutSeconds: 5 failureThreshold: 3 @@ -79,3 +79,5 @@ spec: value: "edge" - name: KC_HTTP_ENABLED value: "true" + - name: KC_HEALTH_ENABLED + value: "true"