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.

11 lines
358 B

  1. ---
  2. # Limits for calico apps
  3. calico_policy_controller_cpu_limit: 100m
  4. calico_policy_controller_memory_limit: 256M
  5. calico_policy_controller_cpu_requests: 30m
  6. calico_policy_controller_memory_requests: 64M
  7. calico_policy_controller_deployment_nodeselector: "kubernetes.io/os: linux"
  8. # SSL
  9. calico_cert_dir: "/etc/calico/certs"
  10. canal_cert_dir: "/etc/canal/certs"