Commit 3c615b4b authored by Marcin Wielgus's avatar Marcin Wielgus

Reduce metadata-proxy cpu requests to 30m

parent 7d4f21d0
...@@ -36,10 +36,10 @@ spec: ...@@ -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/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment