mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-23 18:20:36 -05:00
Decrease request size in autoscaling suite
This commit is contained in:
parent
3e04a45a95
commit
ed73bad857
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ import (
|
|||
const (
|
||||
dynamicConsumptionTimeInSeconds = 30
|
||||
staticConsumptionTimeInSeconds = 3600
|
||||
dynamicRequestSizeInMillicores = 100
|
||||
dynamicRequestSizeInMillicores = 20
|
||||
dynamicRequestSizeInMegabytes = 100
|
||||
port = 80
|
||||
targetPort = 8080
|
||||
|
|
|
|||
Loading…
Reference in a new issue