From 397c87239efdc6730ca809d1bb69ac180e118bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Reme=C5=A1?= Date: Mon, 8 Jan 2024 10:08:09 +0100 Subject: [PATCH] remove CPU limits --- ...deployment-validation-operator.clusterserviceversion.yaml | 5 ++--- deploy/openshift/operator.yaml | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml b/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml index e8591945..56ab66bf 100644 --- a/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml +++ b/bundle/manifests/deployment-validation-operator.clusterserviceversion.yaml @@ -105,10 +105,9 @@ spec: timeoutSeconds: 3 resources: limits: - cpu: 100m - memory: 200Mi + memory: 400Mi requests: - cpu: 100m + cpu: 50m memory: 200Mi securityContext: readOnlyRootFilesystem: true diff --git a/deploy/openshift/operator.yaml b/deploy/openshift/operator.yaml index f6aca524..6b820464 100644 --- a/deploy/openshift/operator.yaml +++ b/deploy/openshift/operator.yaml @@ -53,10 +53,9 @@ spec: resources: requests: memory: "400Mi" - cpu: "300m" + cpu: "50m" limits: memory: "400Mi" - cpu: "300m" livenessProbe: httpGet: path: /healthz