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

@@ -22,7 +22,7 @@ exechealthz_image_tag: "{{ exechealthz_version }}"
calico_policy_controller_cpu_limit: 100m
calico_policy_controller_memory_limit: 256M
calico_policy_controller_cpu_requests: 30m
calico_policy_controller_memory_requests: 128M
calico_policy_controller_memory_requests: 64M
# Netchecker
deploy_netchecker: false
@@ -40,7 +40,7 @@ netchecker_agent_memory_requests: 64M
netchecker_server_cpu_limit: 100m
netchecker_server_memory_limit: 256M
netchecker_server_cpu_requests: 50m
netchecker_server_memory_requests: 128M
netchecker_server_memory_requests: 64M
# SSL
etcd_cert_dir: "/etc/ssl/etcd/ssl"