mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
Reduce CPU and memory requests for Metrics Server Nanny
This commit is contained in:
parent
bb72237375
commit
bb159cf26a
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@ spec:
|
|||
cpu: 100m
|
||||
memory: 300Mi
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 100Mi
|
||||
cpu: 5m
|
||||
memory: 50Mi
|
||||
env:
|
||||
- name: MY_POD_NAME
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Reference in a new issue