diff --git a/charts/eap81/values.yaml b/charts/eap81/values.yaml index 361b7b5..7c8f1b2 100644 --- a/charts/eap81/values.yaml +++ b/charts/eap81/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: 11 \ No newline at end of file