Skip to content

Commit

Permalink
Reduce CPU and memory requests for Metrics Server Nanny
Browse files Browse the repository at this point in the history
  • Loading branch information
kawych committed Dec 18, 2017
1 parent bb72237 commit bb159cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/addons/metrics-server/metrics-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ spec:
cpu: 100m
memory: 300Mi
requests:
cpu: 50m
memory: 100Mi
cpu: 5m
memory: 50Mi
env:
- name: MY_POD_NAME
valueFrom:
Expand Down

0 comments on commit bb159cf

Please sign in to comment.