File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
vertical-pod-autoscaler/e2e Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ import (
3434)
3535
3636const (
37- minimalCPULowerBound = "20m "
37+ minimalCPULowerBound = "0m "
3838 minimalCPUUpperBound = "100m"
39- minimalMemoryLowerBound = "20Mi "
39+ minimalMemoryLowerBound = "0Mi "
4040 minimalMemoryUpperBound = "300Mi"
4141 // the initial values should be outside minimal bounds
4242 initialCPU = int64 (10 ) // mCPU
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ import (
3434)
3535
3636const (
37- minimalCPULowerBound = "20m "
37+ minimalCPULowerBound = "0m "
3838 minimalCPUUpperBound = "100m"
39- minimalMemoryLowerBound = "20Mi "
39+ minimalMemoryLowerBound = "0Mi "
4040 minimalMemoryUpperBound = "300Mi"
4141 // the initial values should be outside minimal bounds
4242 initialCPU = int64 (10 ) // mCPU
You can’t perform that action at this time.
0 commit comments