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

Merged
merged 1 commit into from
Feb 10, 2025

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 <jmesnil@redhat.com>
@jmesnil jmesnil force-pushed the JBEAP-28618_startup_probe branch from 6342a51 to 7ad93f8 Compare December 4, 2024 12:56
@fabiobrz
Copy link

fabiobrz commented Jan 16, 2025

@jmesnil can I ask you why #73 hasn't been merged yet, and we're propagating similar changes here and there instead?

@jmesnil jmesnil merged commit ea7c8fd into jbossas:eap-xp6-dev Feb 10, 2025
3 checks passed
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.

3 participants