Skip to content

Commit

Permalink
Merge pull request #260 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 committed Jun 22, 2023
2 parents 7d7aa98 + 78139a3 commit e9220a4
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 @@ -54,9 +54,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 e9220a4

Please sign in to comment.