mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
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:
parent
714a821f1b
commit
2430f23445
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user