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.

33 lines
832 B

  1. # The interface used by canal for host <-> host communication.
  2. # If left blank, then the interface is chosing using the node's
  3. # default route.
  4. canal_iface: ""
  5. # Whether or not to masquerade traffic to destinations not within
  6. # the pod network.
  7. canal_masquerade: "true"
  8. # Log-level
  9. canal_log_level: "info"
  10. # Etcd SSL dirs
  11. canal_cert_dir: /etc/canal/certs
  12. etcd_cert_dir: /etc/ssl/etcd/ssl
  13. # Canal Network Policy directory
  14. canal_policy_dir: /etc/kubernetes/policy
  15. # Limits for apps
  16. calico_node_memory_limit: 500M
  17. calico_node_cpu_limit: 200m
  18. calico_node_memory_requests: 256M
  19. calico_node_cpu_requests: 100m
  20. flannel_memory_limit: 500M
  21. flannel_cpu_limit: 200m
  22. flannel_memory_requests: 256M
  23. flannel_cpu_requests: 100m
  24. calicoctl_memory_limit: 170M
  25. calicoctl_cpu_limit: 100m
  26. calicoctl_memory_requests: 70M
  27. calicoctl_cpu_requests: 50m