cockroachdb / helm-charts

Helm charts for cockroachdb
Apache License 2.0
84 stars 148 forks source link

Let user to customize terminationGracePeriodSeconds #407

Closed lin-crl closed 1 month ago

lin-crl commented 2 months ago

Currently it's hardcoded at 300s - 5 minutes in Statefulset It's too long for Dev and too short for Production

terminationGracePeriodSeconds: 300

I'd like to request it to make it customizable using values.yaml. Thanks!