Commit d8a2212f authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Increase cpu limits for Kibana in scalability tests

parent 817d0f25
......@@ -86,7 +86,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
memoryConstraint: 1800 * (1024 * 1024),
}
constraints["kibana-logging"] = resourceConstraint{
cpuConstraint: 0.05,
cpuConstraint: 0.1,
memoryConstraint: 100 * (1024 * 1024),
}
constraints["kube-proxy"] = resourceConstraint{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment