Increasing maximum number of ports allowed in EndpointSlice

This commit is contained in:
Rob Scott 2021-03-04 09:43:20 -08:00
parent 60a714058b
commit 8bd6b5d15c
No known key found for this signature in database
GPG Key ID: 90C19B2D4A99C91B

View File

@ -40,7 +40,7 @@ var (
)
maxTopologyLabels = 16
maxAddresses = 100
maxPorts = 100
maxPorts = 20000
maxEndpoints = 1000
)