|
|
@ -14,6 +14,9 @@ canal_log_level: "info" |
|
|
|
canal_cert_dir: /etc/canal/certs |
|
|
|
etcd_cert_dir: /etc/ssl/etcd/ssl |
|
|
|
|
|
|
|
# Canal Network Policy directory |
|
|
|
canal_policy_dir: /etc/kubernetes/policy |
|
|
|
|
|
|
|
# Limits for apps |
|
|
|
calico_node_memory_limit: 500M |
|
|
|
calico_node_cpu_limit: 200m |
|
|
@ -23,3 +26,8 @@ flannel_memory_limit: 500M |
|
|
|
flannel_cpu_limit: 200m |
|
|
|
flannel_memory_requests: 256M |
|
|
|
flannel_cpu_requests: 100m |
|
|
|
calicoctl_memory_limit: 170M |
|
|
|
calicoctl_cpu_limit: 100m |
|
|
|
calicoctl_memory_requests: 70M |
|
|
|
calicoctl_cpu_requests: 50m |
|
|
|
|