Commit 46b0dc64 authored by Marcin Wielgus's avatar Marcin Wielgus

Reduce CPU scheduler request to 75m

parent 6ac3d5b5
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"image": "{{pillar['kube_docker_registry']}}/kube-scheduler:{{pillar['kube-scheduler_docker_tag']}}", "image": "{{pillar['kube_docker_registry']}}/kube-scheduler:{{pillar['kube-scheduler_docker_tag']}}",
"resources": { "resources": {
"requests": { "requests": {
"cpu": "100m" "cpu": "75m"
} }
}, },
"command": [ "command": [
......
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