Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JBEAP-28618] Fix startup probe #88

Open
wants to merge 1 commit into
base: eap-xp6-dev
Choose a base branch
from

Conversation

jmesnil
Copy link
Contributor

@jmesnil jmesnil commented Nov 28, 2024

to point to /health/started

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

initialDelaySeconds: 10
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while we're at it shouldn't we use WF values?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've aligned the values to have at most 2 minutes for the pod to start.

to point to /health/started

Set `initialDelaySeconds` to 10 and failureThreshold to `11`.
At most, the pod will wait 2 minutes (10 + 11 * 10 seconds) to be started.

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

Signed-off-by: Jeff Mesnil <[email protected]>
@jmesnil jmesnil force-pushed the JBEAP-28618_startup_probe branch from 6342a51 to 7ad93f8 Compare December 4, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants