Skip to content

Commit

Permalink
connectivity: don't use an ephemeral port for the echo server
Browse files Browse the repository at this point in the history
as otherwise replies to traffic SNATed with that same source port will
get rejected by the HostPort service

Signed-off-by: Gilberto Bertin <[email protected]>
  • Loading branch information
jibi authored and tklauser committed Nov 1, 2023
1 parent c4f463b commit 82e564a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectivity/check/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
testConnDisruptServiceName = "test-conn-disrupt"
KindTestConnDisrupt = "test-conn-disrupt"

EchoServerHostPort = 40000
EchoServerHostPort = 4000

IngressServiceName = "ingress-service"
ingressServiceInsecurePort = "31000"
Expand Down

0 comments on commit 82e564a

Please sign in to comment.