Skip to content

Commit

Permalink
requests 100m CPU and 100Mi memory for source controller.
Browse files Browse the repository at this point in the history
- Removes limit
  • Loading branch information
gab-satchi committed May 3, 2022
1 parent 5a2cfc9 commit 0f7b21d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config/source/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ spec:
- all
volumeMounts:
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 20m
memory: 20Mi
cpu: 100m
memory: 100Mi
serviceAccount: rabbitmq-controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 0f7b21d

Please sign in to comment.