2016-12-08 16:48:54 +00:00
|
|
|
---
|
|
|
|
# Global as_num (/calico/bgp/v1/global/as_num)
|
|
|
|
# should be the same as in calico role
|
|
|
|
global_as_num: "64512"
|
|
|
|
|
|
|
|
calico_cert_dir: /etc/calico/certs
|
2017-01-05 09:16:11 +00:00
|
|
|
|
|
|
|
# Limits for apps
|
|
|
|
calico_rr_memory_limit: 1000M
|
|
|
|
calico_rr_cpu_limit: 300m
|
2017-02-27 16:53:43 +00:00
|
|
|
calico_rr_memory_requests: 128M
|
2017-01-05 09:16:11 +00:00
|
|
|
calico_rr_cpu_requests: 150m
|
2019-04-19 13:01:54 +00:00
|
|
|
|
|
|
|
kube_etcd_cacert_file: ca.pem
|
|
|
|
kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
|
|
|
|
kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem
|