diff --git a/packages/system/keycloak/templates/sts.yaml b/packages/system/keycloak/templates/sts.yaml index 08a42fae..e2bba431 100644 --- a/packages/system/keycloak/templates/sts.yaml +++ b/packages/system/keycloak/templates/sts.yaml @@ -135,11 +135,16 @@ spec: - name: management containerPort: 9000 protocol: TCP + startupProbe: + httpGet: + path: /health/ready + port: management + failureThreshold: 30 + periodSeconds: 10 livenessProbe: httpGet: path: /health/live port: management - initialDelaySeconds: 120 periodSeconds: 15 timeoutSeconds: 5 failureThreshold: 5 @@ -147,7 +152,6 @@ spec: httpGet: path: /health/ready port: management - initialDelaySeconds: 60 periodSeconds: 10 timeoutSeconds: 5 failureThreshold: 3