Skip to content

Commit

Permalink
feat: add a TLS TCP port 8899 to Kong addon (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Raines committed Nov 30, 2021
1 parent a286073 commit 276b0c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/clusters/addons/kong/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@ func exposePortsDefault() []string {
"--set", "proxy.stream[1].servicePort=9999",
"--set", "proxy.stream[1].parameters[0]=udp",
"--set", "proxy.stream[1].parameters[1]=reuseport",
"--set", "proxy.stream[1].containerPort=8899",
"--set", "proxy.stream[1].servicePort=8899",
"--set", "proxy.stream[1].parameters[0]=ssl",
"--set", "proxy.stream[1].parameters[1]=reuseport",
}
}

Expand Down

0 comments on commit 276b0c6

Please sign in to comment.