From 7a2ffd99a1f75b860ecf3776465623b2b599ef28 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Thu, 29 Apr 2021 15:24:07 -0400 Subject: [PATCH] Scosopedia#337 Increase Strimzi CPU limits and requests --- strimzi-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strimzi-config.yml b/strimzi-config.yml index 6cc200e..9820a57 100644 --- a/strimzi-config.yml +++ b/strimzi-config.yml @@ -4,6 +4,6 @@ watchNamespaces: resources: limits: - cpu: 100m + cpu: 500m requests: - cpu: 10m + cpu: 100m