Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
update resource requirements (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki authored Sep 12, 2022
1 parent 0afdca9 commit 3d9cf6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 200m
memory: 300Mi
requests:
cpu: 100m
memory: 20Mi
cpu: 200m
memory: 200Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 3d9cf6b

Please sign in to comment.