Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add startupProbe for nautobot deployment #450

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

gertzakis
Copy link
Contributor

Fixes: #423

Adds startupProbe into values.yaml for Nautobot deployment. Configured with default values from Nautobot's docs.

# -- (Probe) [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes)] Nautobot startup probe
# @default -- See values.yaml
startupProbe:
enabled: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we disable it by default? This may be better for a start. Then, when we thoroughly test it, we can enable it by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, please check again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add startupProbe to deployments
2 participants