Merge pull request #101381 from prameshj/port-change

Use a less-common port for e2e test http pod.
This commit is contained in:
Kubernetes Prow Robot 2021-04-23 16:14:29 -07:00 committed by GitHub
commit b11f135a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.