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
365 B

  1. ---
  2. # Limits for calico apps
  3. calico_policy_controller_cpu_limit: 1000m
  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. calico_policy_controller_log_level: info
  9. # SSL
  10. calico_cert_dir: "/etc/calico/certs"