You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
157: replace initialDelaySeconds by a startupProbe r=alallema a=jfcoz
# Pull Request
## Related issue
Fixes long startup delay
## What does this PR do?
Instead of waiting initialDelaySeconds=60 (by default) for the pod to be ready, add a startupProbe which cheks every periodSeconds=1 during failureThreshold=60 iterations.
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: Julien Francoz <julien@les-tilleuls.coop>
0 commit comments