Reduce metadata-proxy cpu requests to 30m
This commit is contained in:
@@ -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/
|
||||||
|
Reference in New Issue
Block a user