Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#146 from gibizer/controlle…
Browse files Browse the repository at this point in the history
…r-manager-resources

Bump controller manager memory request and limit
  • Loading branch information
openshift-merge-robot authored Jun 22, 2023
2 parents 5c24525 + 95b7f90 commit 0173a96
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 @@ -97,9 +97,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 0173a96

Please sign in to comment.