Significantly reduce memory requirements

Canal runs more pods and upgrades need a bit of extra
room to load new pods in and get the old ones out.
This commit is contained in:
Matthew Mosesohn
2017-03-23 12:11:30 +03:00
parent 44d851d5bb
commit e9a294fd9c
5 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ dnsmasq_image_tag: "{{ dnsmasq_version }}"
# Limits for dnsmasq/kubedns apps
dns_cpu_limit: 100m
dns_memory_limit: 170Mi
dns_cpu_requests: 70m
dns_cpu_requests: 40m
dns_memory_requests: 50Mi
# Autoscaler parameters