Skip to content

Commit

Permalink
change manager resources (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyvonger authored Dec 22, 2024
1 parent d6135dd commit 3b092a7
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 @@ -48,9 +48,9 @@ spec:
resources:
limits:
cpu: 200m
memory: 100Mi
memory: 200Mi
requests:
cpu: 100m
memory: 20Mi
memory: 100Mi
serviceAccountName: controller-manager
terminationGracePeriodSeconds: 10

0 comments on commit 3b092a7

Please sign in to comment.