From d6ae248411134f8d1098d432403cd84f0b95dcd1 Mon Sep 17 00:00:00 2001 From: Wen Zhou Date: Mon, 5 Aug 2024 15:45:53 -0400 Subject: [PATCH] chore: tuning resource usage for operator pod (#1120) * chore: tuning resource usage for operator pod - reduce cpu and mem usage in requests from profiling data Signed-off-by: Wen Zhou * update: data from 2.11 with all default components up Signed-off-by: Wen Zhou --------- Signed-off-by: Wen Zhou --- .../manifests/opendatahub-operator.clusterserviceversion.yaml | 4 ++-- config/manager/manager.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml b/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml index ca8b01710b4..fe7eea1e317 100644 --- a/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml +++ b/bundle/manifests/opendatahub-operator.clusterserviceversion.yaml @@ -1739,8 +1739,8 @@ spec: cpu: 500m memory: 4Gi requests: - cpu: 500m - memory: 256Mi + cpu: 100m + memory: 780Mi securityContext: allowPrivilegeEscalation: false capabilities: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 4274a93e43b..84fc18df971 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -79,7 +79,7 @@ spec: cpu: 500m memory: 4Gi requests: - cpu: 500m - memory: 256Mi + cpu: 100m + memory: 780Mi serviceAccountName: controller-manager terminationGracePeriodSeconds: 10