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