Commit 9a996f4e authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #26249 from wojtek-t/increase_fluent_limits

Increase expected fluent CPU usage
parents 1ef19062 eaf9e5f5
......@@ -53,7 +53,7 @@ var MaxContainerFailures = 0
func density30AddonResourceVerifier() map[string]framework.ResourceConstraint {
constraints := make(map[string]framework.ResourceConstraint)
constraints["fluentd-elasticsearch"] = framework.ResourceConstraint{
CPUConstraint: 0.1,
CPUConstraint: 0.2,
MemoryConstraint: 250 * (1024 * 1024),
}
constraints["elasticsearch-logging"] = framework.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