mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Merge pull request #45672 from wojtek-t/bump_l7_threshold
Automatic merge from submit-queue Bump l7-lb-controller resource usage threshold in tests Fix #45512
This commit is contained in:
commit
c93c50b46a
@ -146,7 +146,7 @@ func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceC
|
||||
}
|
||||
constraints["l7-lb-controller"] = framework.ResourceConstraint{
|
||||
CPUConstraint: 0.15,
|
||||
MemoryConstraint: 60 * (1024 * 1024),
|
||||
MemoryConstraint: 75 * (1024 * 1024),
|
||||
}
|
||||
constraints["influxdb"] = framework.ResourceConstraint{
|
||||
CPUConstraint: 2,
|
||||
|
Loading…
Reference in New Issue
Block a user