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

Use Service port in generated Kong services #4503

Merged
merged 2 commits into from
Aug 15, 2023
Merged

Use Service port in generated Kong services #4503

merged 2 commits into from
Aug 15, 2023

Commits on Aug 10, 2023

  1. fix(parser) populate Service port in services

    When generating Kong services, use the Service port from the Ingress
    backend instead of the default HTTP port.
    
    This is a cosmetic change. These ports are not actually used by the
    routing engine, as all KIC-generated services use upstreams and the
    ports associated with their targets (which are the target ports on the
    Service's Endpoints).
    rainest committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f75b0ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5a2e5 View commit details
    Browse the repository at this point in the history