diff --git a/bundle/manifests/nexus-operator.clusterserviceversion.yaml b/bundle/manifests/nexus-operator.clusterserviceversion.yaml index b98ff23e..69c99f8b 100644 --- a/bundle/manifests/nexus-operator.clusterserviceversion.yaml +++ b/bundle/manifests/nexus-operator.clusterserviceversion.yaml @@ -225,9 +225,6 @@ spec: image: quay.io/m88i/nexus-operator:0.4.0 name: manager resources: - limits: - cpu: 100m - memory: 30Mi requests: cpu: 100m memory: 20Mi diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index b6c85a52..93489562 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -30,9 +30,6 @@ spec: image: controller:latest name: manager resources: - limits: - cpu: 100m - memory: 30Mi requests: cpu: 100m memory: 20Mi diff --git a/nexus-operator.yaml b/nexus-operator.yaml index 931d7b72..ac14db3e 100644 --- a/nexus-operator.yaml +++ b/nexus-operator.yaml @@ -608,9 +608,6 @@ spec: image: quay.io/m88i/nexus-operator:0.4.0 name: manager resources: - limits: - cpu: 100m - memory: 30Mi requests: cpu: 100m memory: 20Mi