Skip to content

Commit fd7bf9a

Browse files
committed
allocate service-account flowschema to global-default
1 parent 112dbd5 commit fd7bf9a

File tree

1 file changed

+2
-2
lines changed
  • staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap

1 file changed

+2
-2
lines changed

staging/src/k8s.io/apiserver/pkg/apis/flowcontrol/bootstrap/default.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ var (
210210
flowcontrol.PriorityLevelConfigurationSpec{
211211
Type: flowcontrol.PriorityLevelEnablementLimited,
212212
Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
213-
AssuredConcurrencyShares: 20,
213+
AssuredConcurrencyShares: 100,
214214
LimitResponse: flowcontrol.LimitResponse{
215215
Type: flowcontrol.LimitResponseTypeQueue,
216216
Queuing: &flowcontrol.QueuingConfiguration{
@@ -227,7 +227,7 @@ var (
227227
flowcontrol.PriorityLevelConfigurationSpec{
228228
Type: flowcontrol.PriorityLevelEnablementLimited,
229229
Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
230-
AssuredConcurrencyShares: 100,
230+
AssuredConcurrencyShares: 20,
231231
LimitResponse: flowcontrol.LimitResponse{
232232
Type: flowcontrol.LimitResponseTypeQueue,
233233
Queuing: &flowcontrol.QueuingConfiguration{

0 commit comments

Comments
 (0)