Skip to content

Commit

Permalink
[JBEAP-28618] Fix startup probe
Browse files Browse the repository at this point in the history
to point to /health/started

this fixes https://issues.redhat.com/browse/JBEAP-28618

Signed-off-by: Jeff Mesnil <[email protected]>
  • Loading branch information
jmesnil committed Nov 28, 2024
1 parent e5309c5 commit 6342a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/eap-xp6/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ deploy:
httpGet:
path: /health/live
port: admin
initialDelaySeconds: 60
readinessProbe:
httpGet:
path: /health/ready
port: admin
initialDelaySeconds: 10
startupProbe:
httpGet:
path: /health/live
path: /health/started
port: admin
initialDelaySeconds: 60
initialDelaySeconds: 10
failureThreshold: 5

0 comments on commit 6342a51

Please sign in to comment.