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(proxy): set default protocol to UDP for udpProxy #682

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

jrsmroz
Copy link
Contributor

@jrsmroz jrsmroz commented Oct 25, 2022

What this PR does / why we need it:

For a udpProxy, the protocol is considered to be UDP by default.

Which issue this PR fixes

Fixes #681

Special notes for your reviewer:

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

@jrsmroz jrsmroz requested a review from a team as a code owner October 25, 2022 14:13
@jrsmroz jrsmroz force-pushed the jrsmroz-issue-681 branch 5 times, most recently from 6abd1e7 to 9993e10 Compare October 25, 2022 15:09
@jrsmroz jrsmroz changed the title fix: set default protocol to UDP for udpProxy fix(proxy): set default protocol to UDP for udpProxy Oct 25, 2022
@jrsmroz jrsmroz self-assigned this Oct 25, 2022
@randmonkey randmonkey merged commit 3a2e67a into main Oct 25, 2022
@randmonkey randmonkey deleted the jrsmroz-issue-681 branch October 25, 2022 15:47
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.

udpProxy uses TCP ports by default
3 participants