-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Lb both clients fix issue #1628
Lb both clients fix issue #1628
Conversation
Configure Renovate
@@ -101,9 +102,9 @@ public KubernetesServiceInstance map(Service service) { | |||
} | |||
} | |||
else { | |||
LOG.warn(() -> PORT_NAME_PROPERTY + " is not set, as such will not consider service with name : " |
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.
though we talked about it on a previous PR, I forgot to update both clients with this.
Essentially, if spring.cloud.kubernetes.loadbalancer.portName
is not set, we need to choose the "first" port, and I was not doing that. Corrected in both client and added proper unit tests
@ryanjbaxter last one before documentation changes. Thank you |
No description provided.