From 845f22db5897787cc69c22b3cb6c35d48ef1b6ed Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Mon, 7 Oct 2024 21:11:27 +0200 Subject: [PATCH] increase capi-operator resources limits (#400) Signed-off-by: Andrei Kvapil Signed-off-by: Andrei Kvapil --- packages/system/capi-operator/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/system/capi-operator/values.yaml diff --git a/packages/system/capi-operator/values.yaml b/packages/system/capi-operator/values.yaml new file mode 100644 index 00000000..901d9d27 --- /dev/null +++ b/packages/system/capi-operator/values.yaml @@ -0,0 +1,8 @@ +cluster-api-operator: + resources: + limits: + cpu: 200m + memory: 512Mi + requests: + cpu: 100m + memory: 100Mi