From 9cfc07353f7fc518bbc3a4e555c81fb7daddd09f Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 9 Oct 2024 23:04:26 +0200 Subject: [PATCH] Fix cluster-api operator resources Signed-off-by: Andrei Kvapil --- packages/system/capi-operator/values.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/system/capi-operator/values.yaml b/packages/system/capi-operator/values.yaml index 901d9d27..7e8b95c5 100644 --- a/packages/system/capi-operator/values.yaml +++ b/packages/system/capi-operator/values.yaml @@ -1,8 +1,9 @@ cluster-api-operator: resources: - limits: - cpu: 200m - memory: 512Mi - requests: - cpu: 100m - memory: 100Mi + manager: + limits: + cpu: 200m + memory: 512Mi + requests: + cpu: 100m + memory: 100Mi