diff --git a/charts/eap-xp6/values.yaml b/charts/eap-xp6/values.yaml index 766ff79..ca2044b 100644 --- a/charts/eap-xp6/values.yaml +++ b/charts/eap-xp6/values.yaml @@ -33,7 +33,6 @@ deploy: httpGet: path: /health/live port: admin - initialDelaySeconds: 60 readinessProbe: httpGet: path: /health/ready @@ -41,6 +40,7 @@ deploy: initialDelaySeconds: 10 startupProbe: httpGet: - path: /health/live + path: /health/started port: admin - initialDelaySeconds: 60 \ No newline at end of file + initialDelaySeconds: 10 + failureThreshold: 11 \ No newline at end of file