Revert "test/e2e: increase memory limits in pod resize tests"

This reverts commit a2cf7f770d.
This commit is contained in:
Damien Grisonnet
2025-12-18 19:05:47 +01:00
parent a51c7d6f31
commit 315c38fb8a

View File

@@ -51,12 +51,12 @@ const (
increasedCPU = "25m"
increasedCPULimit = "35m"
originalMem = "35Mi"
originalMemLimit = "45Mi"
reducedMem = "30Mi"
reducedMemLimit = "40Mi"
increasedMem = "40Mi"
increasedMemLimit = "50Mi"
originalMem = "20Mi"
originalMemLimit = "30Mi"
reducedMem = "15Mi"
reducedMemLimit = "25Mi"
increasedMem = "25Mi"
increasedMemLimit = "35Mi"
)
func offsetCPU(index int, value string) string {