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