apache / couchdb-helm

Apache CouchDB Helm Chart
https://couchdb.apache.org/
Apache License 2.0
49 stars 64 forks source link

Support configuring liveness and readiness probes #17

Closed aikoven closed 4 years ago

aikoven commented 4 years ago

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

willholley commented 4 years ago

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.

aikoven commented 4 years ago

Done.