mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Decrease target value for scale up tests in HPA
This commit is contained in:
parent
d29e3bd7aa
commit
72d96f61d0
@ -230,7 +230,7 @@ func scaleUp(ctx context.Context, name string, kind schema.GroupVersionKind, res
|
||||
initPods: 1,
|
||||
perPodCPURequest: 500,
|
||||
perPodMemRequest: 500,
|
||||
targetValue: getTargetValueByType(150, 30, metricTargetType),
|
||||
targetValue: getTargetValueByType(100, 20, metricTargetType),
|
||||
minPods: 1,
|
||||
maxPods: 5,
|
||||
firstScale: 3,
|
||||
|
Loading…
Reference in New Issue
Block a user