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

allow customization of readiness probe settings #299

Closed
wants to merge 1 commit into from

Conversation

jshaughn
Copy link

@jshaughn jshaughn commented Nov 13, 2024

Comment on lines +102 to +103
initialDelaySeconds: {{ .Values.server.readiness_probe.initial_delay_seconds | default 5 }}
periodSeconds: {{ .Values.server.readiness_probe.period_seconds | default 30 }}
Copy link
Contributor

Choose a reason for hiding this comment

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

these are more appropriate under .Values.deployment.
Define the defaults in the values.yaml file since they are being used here (that's why the PR test is red).

@jmazzitelli
Copy link
Contributor

PR #300 supercedes this PR. closing.

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.

Adjustable readiness and liveness probes delay
2 participants