nautobot / helm-charts

Helm Charts for using Nautobot in Kubernetes environments.
https://docs.nautobot.com/projects/helm-charts/en/stable/
Apache License 2.0
23 stars 18 forks source link

Add `startupProbe` to deployments #423

Closed gertzakis closed 1 month ago

gertzakis commented 2 months ago

Nautobot takes time to startup especially in the first run. Configuring startupProbe probably will remove the necessity to tweak initialDelaySeconds in some environments.

Originally posted by @jonkerj in https://github.com/nautobot/helm-charts/issues/125#issuecomment-1433601948