Commit 2e9e92a4 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Increase cpu limit for Kibana in scalability tests

parent 546bd99d
...@@ -86,7 +86,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint { ...@@ -86,7 +86,7 @@ func density30AddonResourceVerifier() map[string]resourceConstraint {
memoryConstraint: 1800 * (1024 * 1024), memoryConstraint: 1800 * (1024 * 1024),
} }
constraints["kibana-logging"] = resourceConstraint{ constraints["kibana-logging"] = resourceConstraint{
cpuConstraint: 0.1, cpuConstraint: 0.2,
memoryConstraint: 100 * (1024 * 1024), memoryConstraint: 100 * (1024 * 1024),
} }
constraints["kube-proxy"] = resourceConstraint{ 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