gruntwork-io / helm-kubernetes-services

Helm charts that can be used to package your applications into production ready deployments for Kubernetes. https://www.gruntwork.io
Apache License 2.0
193 stars 156 forks source link

Support Startup Probes #164

Closed dataviruset closed 1 year ago

dataviruset commented 1 year ago

Describe the solution you'd like Support Startup Probes for the deployment spec, just like there's already support for Liveness and Readiness Probes.

Describe alternatives you've considered Modifying the chart locally or using something like Kustomize to add the field into the deployment spec afterwards, but this feels unnecessarily complicated as I feel startup probe support could benefit many users of this chart.

Additional context Official Kubernetes documentation of the feature