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.

31 lines
896 B

  1. ---
  2. # Enables Internet connectivity from containers
  3. nat_outgoing: true
  4. # Use IP-over-IP encapsulation across hosts
  5. ipip: false
  6. # Set to true if you want your calico cni binaries to overwrite the
  7. # ones from hyperkube while leaving other cni plugins intact.
  8. overwrite_hyperkube_cni: true
  9. calico_cert_dir: /etc/calico/certs
  10. etcd_cert_dir: /etc/ssl/etcd/ssl
  11. # Global as_num (/calico/bgp/v1/global/as_num)
  12. global_as_num: "64512"
  13. # You can set MTU value here. If left undefined or empty, it will
  14. # not be specified in calico CNI config, so Calico will use built-in
  15. # defaults. The value should be a number, not a string.
  16. # calico_mtu: 1500
  17. # Limits for apps
  18. calico_node_memory_limit: 500M
  19. calico_node_cpu_limit: 300m
  20. calico_node_memory_requests: 64M
  21. calico_node_cpu_requests: 150m
  22. calicoctl_memory_limit: 170M
  23. calicoctl_cpu_limit: 100m
  24. calicoctl_memory_requests: 32M
  25. calicoctl_cpu_requests: 50m