revert podCPURequest to 200m

This commit is contained in:
bishal7679
2026-03-17 23:26:12 +05:30
parent 69332dec79
commit 7dace2d4e0

View File

@@ -550,7 +550,7 @@ var _ = SIGDescribe(feature.HPA, framework.WithSlow(), framework.WithFeatureGate
ginkgo.It("should scale up but should not scale down", func(ctx context.Context) {
ginkgo.By("setting up resource consumer and HPA")
initPods := 10
podCPURequest := 500
podCPURequest := 200
targetCPUUtilizationPercent := 60
// Compute initial load for 10 pods.
initCPUUsageTotal := usageForReplicasWithRequest(initPods, podCPURequest, targetCPUUtilizationPercent)