From 384219128841a20e83690193eb479736efbfeddc Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 9 Oct 2024 23:08:11 +0200 Subject: [PATCH] Fix cluster-api operator resources (#415) same as https://github.com/aenix-io/cozystack/pull/400, second try fixes https://github.com/aenix-io/cozystack/issues/414 Signed-off-by: Andrei Kvapil 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