Skip to content
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

Loop through service ports for global backend #4486

Merged
merged 2 commits into from Feb 26, 2019

Conversation

dtomcej
Copy link
Contributor

@dtomcej dtomcej commented Feb 11, 2019

What does this PR do?

This PR resolves an issue where service ports and endpoint ports mismatch on global backends, despite both being correct, and correctly named. This was due to the matching logic used on multiport services, and services that are named/not named.

This PR also updates the test for named endpoint ports, since the original case in the tests could not have happened (non-named endpoint port with named service port).

Motivation

Fixes #4465

More

  • Added/updated tests
  • Added/updated documentation - None needed

Copy link
Contributor

@timoreimann timoreimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ldez ldez requested a review from juliens February 21, 2019 21:55
Copy link
Member

@mmatur mmatur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants