Skip to content

Commit

Permalink
Removing resource limits from manager Deployment (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Zanini <[email protected]>
  • Loading branch information
ricardozanini authored Nov 2, 2020
1 parent ed1332f commit 41e42a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions bundle/manifests/nexus-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ spec:
image: controller:latest
name: manager
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down
3 changes: 0 additions & 3 deletions nexus-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41e42a6

Please sign in to comment.