Skip to content

Conversation

@tcrowder-infios
Copy link

@tcrowder-infios tcrowder-infios commented Mar 7, 2025

What this PR does / why we need it:

Adds ability for arbitrary listeners

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer:

Usage:

kong-dp:
  proxy:
    additionalListeners:
      - serviceName: http2-tls
        enabled: true
        servicePort: 9443
        containerPort: 9443
        protocol: TCP
        parameters: ["http2", "ssl"]

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • PR is based off the current tip of the main branch.
  • Changes are documented under the "Unreleased" header in CHANGELOG.md
  • New or modified sections of values.yaml are documented in the README.md
  • Commits follow the Kong commit message guidelines

@tcrowder-infios tcrowder-infios requested a review from a team as a code owner March 7, 2025 20:25
@CLAassistant
Copy link

CLAassistant commented Mar 7, 2025

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chart to allow for multiple HTTP ports for Proxy

2 participants