mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #20428 from kubernetes/revert-20405-request_size
Revert "Decrease request size in autoscaling suite"
This commit is contained in:
commit
92ec286ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import (
|
|||
const (
|
||||
dynamicConsumptionTimeInSeconds = 30
|
||||
staticConsumptionTimeInSeconds = 3600
|
||||
dynamicRequestSizeInMillicores = 20
|
||||
dynamicRequestSizeInMillicores = 100
|
||||
dynamicRequestSizeInMegabytes = 100
|
||||
port = 80
|
||||
targetPort = 8080
|
||||
|
|
|
|||
Loading…
Reference in a new issue