From 41e42a6c30aa8099ed9df1e84176d185379468ea Mon Sep 17 00:00:00 2001 From: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Date: Mon, 2 Nov 2020 07:01:04 -0300 Subject: [PATCH] Removing resource limits from manager Deployment (#187) Signed-off-by: Ricardo Zanini --- bundle/manifests/nexus-operator.clusterserviceversion.yaml | 3 --- config/manager/manager.yaml | 3 --- nexus-operator.yaml | 3 --- 3 files changed, 9 deletions(-) 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