mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
Merge pull request #101381 from prameshj/port-change
Use a less-common port for e2e test http pod.
This commit is contained in:
@@ -51,7 +51,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// EndpointHTTPPort is an endpoint HTTP port for testing.
|
// EndpointHTTPPort is an endpoint HTTP port for testing.
|
||||||
EndpointHTTPPort = 8080
|
EndpointHTTPPort = 8083
|
||||||
// EndpointUDPPort is an endpoint UDP port for testing.
|
// EndpointUDPPort is an endpoint UDP port for testing.
|
||||||
EndpointUDPPort = 8081
|
EndpointUDPPort = 8081
|
||||||
// EndpointSCTPPort is an endpoint SCTP port for testing.
|
// EndpointSCTPPort is an endpoint SCTP port for testing.
|
||||||
|
Reference in New Issue
Block a user