Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #129 from nginxinc/bug/increase-controller-manager…
Browse files Browse the repository at this point in the history
…-resources

Increase resource limits for controller-manager container
  • Loading branch information
ciarams87 authored Jul 5, 2021
2 parents c6ab8ed + 87fb805 commit 30df6b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 500m
memory: 128Mi
requests:
cpu: 100m
memory: 20Mi
cpu: 250m
memory: 64Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 30df6b5

Please sign in to comment.