Skip to content

Commit

Permalink
Increasing maximum number of ports allowed in EndpointSlice
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Mar 18, 2021
1 parent 4e4aea6 commit 7cb1061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/discovery/validation/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
)
maxTopologyLabels = 16
maxAddresses = 100
maxPorts = 100
maxPorts = 20000
maxEndpoints = 1000
)

Expand Down

0 comments on commit 7cb1061

Please sign in to comment.