Commit 92ec286e authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Merge pull request #20428 from kubernetes/revert-20405-request_size

Revert "Decrease request size in autoscaling suite"
parents a68f952a e44164b9
......@@ -31,7 +31,7 @@ import (
const (
dynamicConsumptionTimeInSeconds = 30
staticConsumptionTimeInSeconds = 3600
dynamicRequestSizeInMillicores = 20
dynamicRequestSizeInMillicores = 100
dynamicRequestSizeInMegabytes = 100
port = 80
targetPort = 8080
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment