From db97b40c54edc1dcf7a8087f7dcb1a41c70f682b Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Wed, 24 Aug 2022 16:11:19 +0200 Subject: [PATCH] increase controller resources --- .../limitador-operator.clusterserviceversion.yaml | 8 ++++---- config/deploy/manfiests.yaml | 8 ++++---- config/manager/manager.yaml | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/bundle/manifests/limitador-operator.clusterserviceversion.yaml b/bundle/manifests/limitador-operator.clusterserviceversion.yaml index 40f92ba1..9d5aa68f 100644 --- a/bundle/manifests/limitador-operator.clusterserviceversion.yaml +++ b/bundle/manifests/limitador-operator.clusterserviceversion.yaml @@ -157,11 +157,11 @@ spec: periodSeconds: 10 resources: limits: - cpu: 100m - memory: 30Mi + cpu: 200m + memory: 300Mi requests: - cpu: 100m - memory: 20Mi + cpu: 200m + memory: 200Mi securityContext: allowPrivilegeEscalation: false securityContext: diff --git a/config/deploy/manfiests.yaml b/config/deploy/manfiests.yaml index 96c5dd8f..6c45f980 100644 --- a/config/deploy/manfiests.yaml +++ b/config/deploy/manfiests.yaml @@ -394,11 +394,11 @@ spec: periodSeconds: 10 resources: limits: - cpu: 100m - memory: 30Mi + cpu: 200m + memory: 300Mi requests: - cpu: 100m - memory: 20Mi + cpu: 200m + memory: 200Mi securityContext: allowPrivilegeEscalation: false securityContext: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 273598ff..caff5224 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -50,10 +50,10 @@ spec: periodSeconds: 10 resources: limits: - cpu: 100m - memory: 30Mi + cpu: 200m + memory: 300Mi requests: - cpu: 100m - memory: 20Mi + cpu: 200m + memory: 200Mi serviceAccountName: controller-manager terminationGracePeriodSeconds: 10