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.

38 lines
894 B

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