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

Reduce metadata-proxy cpu requests to 30m

parent 7d4f21d0
......@@ -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/
......
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