Skip to content

Commit

Permalink
Merge pull request #35 from gibizer/controller-manager-resources
Browse files Browse the repository at this point in the history
Bump controller manager memory request and limit
  • Loading branch information
openshift-merge-robot authored Jun 26, 2023
2 parents 65106ed + 4b78ee3 commit c08170f
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 @@ -96,9 +96,9 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 256Mi
requests:
cpu: 10m
memory: 64Mi
memory: 128Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit c08170f

Please sign in to comment.