mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Reduce metadata-proxy cpu requests to 30m
This commit is contained in:
parent
7d4f21d0d7
commit
3c615b4b4d
@ -36,10 +36,10 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
cpu: "50m"
|
||||
cpu: "30m"
|
||||
limits:
|
||||
memory: "32Mi"
|
||||
cpu: "50m"
|
||||
cpu: "30m"
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /etc/nginx/
|
||||
|
Loading…
Reference in New Issue
Block a user