-
Notifications
You must be signed in to change notification settings - Fork 220
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 user to set custom livenessProbe
and readinessProbe
#519
Conversation
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.
nice job!
Does adding the option to all the deployments make sense?
@JorTurFer When we set for other deployments like admission webook,
|
I think that we hace to maintain both during some period to not break the chart from one version to the next
It's a good question. @tomkerkhove @zroubalik , is the helm chart covered by our deprecation policy? I think so but I'd like to read your thoughts |
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.
I think it is, we should maintain both and deprecate later. See existing approach:
charts/keda/templates/NOTES.txt
Line 44 in 00a3e0c
WARNING - prometheus.operator.serviceMonitor.relabellings is deprecated, please migrate to prometheus.operator.serviceMonitor.relabelings instead. |
@zroubalik yes. Thats the link I posted above. I will make the changes right away |
Nice! Sorry I missed that comment :) |
761a064
to
ea35a7b
Compare
Signed-off-by: dttung2905 <[email protected]>
ea35a7b
to
7bdc89e
Compare
Thanks for the imporvement! |
Hi team,
This PR allows user to set custom value for livenessProbe and readinessProbe too
Provide a description of what has been changed
Checklist
Fixes #508