Skip to content

Commit 15014a3

Browse files
authored
Merge pull request #89 from jmesnil/JBEAP-28619_startup_probe
[JBEAP-28619] Fix startup probe
2 parents 62f47eb + 965b3cf commit 15014a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/eap81/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ deploy:
3535
httpGet:
3636
path: /health/live
3737
port: admin
38-
initialDelaySeconds: 60
3938
readinessProbe:
4039
httpGet:
4140
path: /health/ready
4241
port: admin
4342
initialDelaySeconds: 10
4443
startupProbe:
4544
httpGet:
46-
path: /health/live
45+
path: /health/started
4746
port: admin
48-
initialDelaySeconds: 60
47+
initialDelaySeconds: 10
48+
failureThreshold: 11

0 commit comments

Comments
 (0)