Skip to content

Commit

Permalink
Increase low resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Sep 30, 2021
1 parent 9218aa3 commit 53d9d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 200m
memory: 256m
requests:
cpu: 100m
memory: 20Mi
memory: 128m
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 53d9d6c

Please sign in to comment.