Skip to content

Commit

Permalink
Merge pull request #234 from detiber/upLimits
Browse files Browse the repository at this point in the history
✨ Increase defaults limits/requests for deployment
  • Loading branch information
detiber committed Apr 19, 2021
2 parents 76d31d5 + d99d32c commit c37ec05
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 @@ -38,10 +38,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 50Mi
requests:
cpu: 100m
memory: 20Mi
memory: 35Mi
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
Expand Down

0 comments on commit c37ec05

Please sign in to comment.