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
commit ea09f81009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,