mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Increase Kibana limits in density test
This commit is contained in:
parent
810181fb7b
commit
c355b20189
@ -85,7 +85,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
|
||||
memoryConstraint: 1800 * (1024 * 1024),
|
||||
}
|
||||
constraints["kibana-logging"] = resourceConstraint{
|
||||
cpuConstraint: 0.01,
|
||||
cpuConstraint: 0.05,
|
||||
memoryConstraint: 100 * (1024 * 1024),
|
||||
}
|
||||
constraints["kube-proxy"] = resourceConstraint{
|
||||
|
Loading…
Reference in New Issue
Block a user