-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Add Healtchchecks to RadixConfig #1234
Conversation
Richard87
commented
Dec 2, 2024
•
edited
Loading
edited
- Validate only of probe handler is defined
- Test data is copied correctly
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.
Added a few suggestions that we should discuss
PeriodSeconds: pointers.Val(rp.PeriodSeconds), | ||
SuccessThreshold: pointers.Val(rp.SuccessThreshold), | ||
FailureThreshold: pointers.Val(rp.FailureThreshold), | ||
// TerminationGracePeriodSeconds: rp.TerminationGracePeriodSeconds, |
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.
// TerminationGracePeriodSeconds: rp.TerminationGracePeriodSeconds, |
Suggest we remove this if we don't intend to use it
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.
agreed, fixed