-
Notifications
You must be signed in to change notification settings - Fork 26
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 to customize readiness probe path and configure additional component ports #251
Conversation
pkg/components/server.go
Outdated
|
||
componentContainerPorts: []corev1.ContainerPort{ | ||
{ | ||
Name: consts.YTMonitoringContainerPortName, |
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.
Suppose we should mention this backward incompatibility rename in release notes after merge.
@l0kix2 I took all of your comments into account, could you take another look? |
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.
Looks good.
Do we expect some breaking changes in behaviour when we roll operator with this update?
nope. well, except for the fact that sts removal is required to changes get applied to pod manifests. and monitoring port rename which was already mentioned above |
…onent ports (ytsaurus#251) * allow to customize readiness probe path * linting * fix * stage * stage * refactor * simplify
No description provided.