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

Merged
merged 3 commits into from
Oct 2, 2024

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

@gertzakis gertzakis merged commit 9d1a489 into nautobot:develop Oct 2, 2024
3 of 4 checks passed
@gertzakis gertzakis deleted the add-startup-probes branch October 2, 2024 12:09
@gertzakis gertzakis mentioned this pull request Oct 4, 2024
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