You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
429 B

  1. ---
  2. # Global as_num (/calico/bgp/v1/global/as_num)
  3. # should be the same as in calico role
  4. global_as_num: "64512"
  5. calico_cert_dir: /etc/calico/certs
  6. # Limits for apps
  7. calico_rr_memory_limit: 1000M
  8. calico_rr_cpu_limit: 300m
  9. calico_rr_memory_requests: 128M
  10. calico_rr_cpu_requests: 150m
  11. kube_etcd_cacert_file: ca.pem
  12. kube_etcd_cert_file: node-{{ inventory_hostname }}.pem
  13. kube_etcd_key_file: node-{{ inventory_hostname }}-key.pem