Decrease target value for scale up tests in HPA

This commit is contained in:
Mahmoud Atwa 2023-01-25 12:58:38 +00:00
parent d29e3bd7aa
commit 72d96f61d0

View File

@ -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,