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
The chart currently only supports configuring readiness probes. In addition to that the default value for initialDelaySeconds is set to 30s which is much longer than it takes for most pods to start.
A better approach is to use a startup probe with a short period and bigger failure threshold allowing pods to be marked as ready much faster.
The new probes could be left empty by default to be consistent with the current behavior.
If you accept this feature I might be able to create a PR implementing it.
The text was updated successfully, but these errors were encountered:
The chart currently only supports configuring readiness probes. In addition to that the default value for
initialDelaySeconds
is set to 30s which is much longer than it takes for most pods to start.A better approach is to use a startup probe with a short period and bigger failure threshold allowing pods to be marked as ready much faster.
The new probes could be left empty by default to be consistent with the current behavior.
If you accept this feature I might be able to create a PR implementing it.
The text was updated successfully, but these errors were encountered: