We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62f47eb + 965b3cf commit 15014a3Copy full SHA for 15014a3
1 file changed
charts/eap81/values.yaml
@@ -35,14 +35,14 @@ deploy:
35
httpGet:
36
path: /health/live
37
port: admin
38
- initialDelaySeconds: 60
39
readinessProbe:
40
41
path: /health/ready
42
43
initialDelaySeconds: 10
44
startupProbe:
45
46
- path: /health/live
+ path: /health/started
47
48
+ initialDelaySeconds: 10
+ failureThreshold: 11
0 commit comments