Skip to content

Commit

Permalink
[JBEAP-27281] - Fix, pointing deploy.startupProbe.path to health/started
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Burzigotti <[email protected]>
  • Loading branch information
fabiobrz committed Jun 11, 2024
1 parent a88c9ff commit 62882d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/eap-xp5/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ deploy:
httpGet:
path: /health/live
port: admin
initialDelaySeconds: 10
readinessProbe:
httpGet:
path: /health/ready
port: admin
initialDelaySeconds: 10
startupProbe:
httpGet:
path: /health/live
path: /health/started
port: admin
initialDelaySeconds: 10
initialDelaySeconds: 10
failureThreshold: 5

0 comments on commit 62882d4

Please sign in to comment.