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

Commit

Permalink
increase resource limits for kubefed controller
Browse files Browse the repository at this point in the history
  • Loading branch information
zryfish committed Jun 19, 2020
1 parent de2e0a9 commit a0e6de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/kubefed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ controllermanager:
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 100m
memory: 128Mi
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 64Mi
Expand Down

0 comments on commit a0e6de9

Please sign in to comment.