Merge pull request #115311 from atwamahmoud/fix-scaleup-hpa-e2e-tests

Decrease target value for scale up tests in HPA
This commit is contained in:
Kubernetes Prow Robot
2023-01-26 07:34:26 -08:00
committed by GitHub

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,