Skip to content

Commit

Permalink
fix: Increase resource limits for manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Bailey committed Jun 8, 2021
1 parent 5749bc1 commit fe52790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ spec:
name: manager
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 1000m
memory: 500Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit fe52790

Please sign in to comment.