mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Bump l7-lb-controller resource usage threshold in tests
This commit is contained in:
parent
48caf95a6c
commit
4d8ee3a1b9
@ -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