diff --git a/charts/eap-xp5/values.yaml b/charts/eap-xp5/values.yaml index 3d2c1eb..3cfb593 100644 --- a/charts/eap-xp5/values.yaml +++ b/charts/eap-xp5/values.yaml @@ -32,7 +32,6 @@ deploy: httpGet: path: /health/live port: admin - initialDelaySeconds: 60 readinessProbe: httpGet: path: /health/ready @@ -40,6 +39,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: 5 \ No newline at end of file