Lower default memory requests

This is to address out of memory issues on CI as well as help
fit deployments for people starting out with kargo on smaller
machines
This commit is contained in:
Brad Beam
2017-02-27 10:53:43 -06:00
parent 27b4e61c9f
commit 56664b34a6
7 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ flannel_backend_type: "vxlan"
# Limits for apps
flannel_memory_limit: 500M
flannel_cpu_limit: 300m
flannel_memory_requests: 256M
flannel_memory_requests: 64M
flannel_cpu_requests: 150m
flannel_cert_dir: /etc/flannel/certs