Closed aikoven closed 4 years ago
Add support for configuring probes in values.yaml.
values.yaml
In my setup, default liveness probe timeouts are not enough for the cluster to become ready, and pods fall into a crash loop.
thanks for the contribution @aikoven! Could you bump the chart version and run make publish? This will generate a new chart package that will be published automatically when the PR is merged.
make publish
Done.
What this PR does / why we need it:
Add support for configuring probes in
values.yaml
.In my setup, default liveness probe timeouts are not enough for the cluster to become ready, and pods fall into a crash loop.
Checklist