-
Notifications
You must be signed in to change notification settings - Fork 247
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 separate helm values for the liveness and readiness probes #1913
Add separate helm values for the liveness and readiness probes #1913
Conversation
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
fbb2af5
to
45020bd
Compare
Signed-off-by: Tobias Giese <tgiese@nvidia.com>
Signed-off-by: Tobias Giese <tgiese@nvidia.com>
45020bd
to
52c2fc6
Compare
/assign @marquiz @ArangoGutierrez |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall lgtm
{{- with .Values.worker.readinessProbe.periodSeconds }} | ||
periodSeconds: {{ . }} | ||
{{- end }} | ||
{{- with .Values.worker.readinessProbe.timeoutSeconds }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this works when timeoutSecond is not provided in values? just making sure :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it works, yes. Currently there are only comments in the values.yaml :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given the NV-heavy presence on this PR, I'll leave the final decision to @marquiz
/lgtm |
LGTM label has been added. Git tree hash: 644d8d4a694dce63783a2204123ce4bbce37cfd3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tobiasgiese for the improvement.
/lgtm
I have some changes cooking up on this front, too, so stay tuned
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marquiz, tobiasgiese The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add separate helm values for the liveness and readiness probes
This PR adds separate helm values for the probes. This is necessary to override the health port in the probes.
Follow-up to #1885
Also the
helm.md
has been reformatted.The updated helm documentation can be seen here: https://deploy-preview-1913--kubernetes-sigs-nfd.netlify.app/deployment/helm