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

Fix service port lookup #385

Merged
merged 1 commit into from
Sep 12, 2019
Merged

Fix service port lookup #385

merged 1 commit into from
Sep 12, 2019

Commits on Sep 11, 2019

  1. Fix service port lookup

    Use the backend port to find the correct ServicePort object from the service. The ServicePort name is used to match the Endpoint port name. Finally, the endpoint port number is the right one. ServicePort name is optional only if there is only one port, so if ServicePort.Name == "", the Endpoint port match, otherwise the svcPort and epPort names should match.
    jcmoraisjr committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    dad7b9b View commit details
    Browse the repository at this point in the history