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

@@ -16,11 +16,11 @@ kubelet_cpu_limit: 100m
kubelet_status_update_frequency: 10s
kube_proxy_memory_limit: 2000M
kube_proxy_cpu_limit: 500m
kube_proxy_memory_requests: 256M
kube_proxy_memory_requests: 64M
kube_proxy_cpu_requests: 150m
nginx_memory_limit: 512M
nginx_cpu_limit: 300m
nginx_memory_requests: 64M
nginx_memory_requests: 32M
nginx_cpu_requests: 50m
# kube_api_runtime_config: