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
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Since the readiness probe did not get configured apart from the path to check, it takes its default settings.
That means by default 10 seconds, so a non started service will be delayed by 10 seconds. Set periodSeconds to 1 successThreshold to 1 and failureThreshold to 5 and services will be available in 3-5 seconds instead.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since the readiness probe did not get configured apart from the path to check, it takes its default settings.
That means by default 10 seconds, so a non started service will be delayed by 10 seconds. Set
periodSeconds
to 1successThreshold
to 1 andfailureThreshold
to 5 and services will be available in 3-5 seconds instead.The text was updated successfully, but these errors were encountered: