Skip to content

Commit

Permalink
Merge pull request #122 from Kuadrant/fix/resource-limits
Browse files Browse the repository at this point in the history
Adjust memory resource request and limit
  • Loading branch information
guicassolato authored Jul 8, 2021
2 parents 97f14e0 + 29594c0 commit b40141a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/base/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 500Mi
requests:
cpu: 100m
memory: 20Mi
memory: 80Mi
terminationGracePeriodSeconds: 10

0 comments on commit b40141a

Please sign in to comment.