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

Commit

Permalink
Merge pull request #1236 from zryfish/enlarge_controller_resource_limits
Browse files Browse the repository at this point in the history
increase resource limits for kubefed controller
  • Loading branch information
k8s-ci-robot authored Jun 19, 2020
2 parents de2e0a9 + a0e6de9 commit bf67d02
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 bf67d02

Please sign in to comment.