Skip to content

Commit

Permalink
chore: use DefaultTLSServicePort
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest authored and shaneutt committed Apr 11, 2022
1 parent 1c394c2 commit b3ce22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/clusters/addons/kong/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ func exposePortsDefault() []string {
"--set", fmt.Sprintf("proxy.stream[1].servicePort=%d", DefaultUDPServicePort),
"--set", "proxy.stream[1].parameters[0]=udp",
"--set", "proxy.stream[1].parameters[1]=reuseport",
"--set", "proxy.stream[2].containerPort=8899",
"--set", "proxy.stream[2].servicePort=8899",
"--set", fmt.Sprintf("proxy.stream[2].containerPort=%d", DefaultTLSServicePort),
"--set", fmt.Sprintf("proxy.stream[2].servicePort=%d", DefaultTLSServicePort),
"--set", "proxy.stream[2].parameters[0]=ssl",
"--set", "proxy.stream[2].parameters[1]=reuseport",
}
Expand Down

0 comments on commit b3ce22e

Please sign in to comment.