Use a less-common port for e2e test http pod.

8080 is a common port that is more likely to cause conflicts when used
in hostNetwork mode for tests.
This commit is contained in:
Pavithra Ramesh 2021-04-22 13:17:10 -07:00
parent 714a821f1b
commit 2430f23445

View File

@ -51,7 +51,7 @@ import (
const (
// EndpointHTTPPort is an endpoint HTTP port for testing.
EndpointHTTPPort = 8080
EndpointHTTPPort = 8083
// EndpointUDPPort is an endpoint UDP port for testing.
EndpointUDPPort = 8081
// EndpointSCTPPort is an endpoint SCTP port for testing.