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.

35 lines
889 B

  1. ---
  2. # Existing search/nameserver resolvconf entries will be purged and
  3. # ensured by this additional data:
  4. # Max of 4 names is allowed and no more than 256 - 17 chars total
  5. # (a 2 is reserved for the 'default.svc.' and'svc.')
  6. #searchdomains:
  7. # - foo.bar.lc
  8. # Max of 2 is allowed here (a 1 is reserved for the dns_server)
  9. #nameservers:
  10. # - 127.0.0.1
  11. # CoreOS cloud init config file to define /etc/resolv.conf content
  12. # for hostnet pods and infra needs
  13. resolveconf_cloud_init_conf: /etc/resolveconf_cloud_init.conf
  14. # Versions
  15. dnsmasq_version: 2.72
  16. # Images
  17. dnsmasq_image_repo: "andyshinn/dnsmasq"
  18. dnsmasq_image_tag: "{{ dnsmasq_version }}"
  19. # Skip dnsmasq setup
  20. skip_dnsmasq: false
  21. # Skip setting up dnsmasq daemonset
  22. skip_dnsmasq_k8s: "{{ skip_dnsmasq }}"
  23. # Limits for dnsmasq/kubedns apps
  24. dns_cpu_limit: 100m
  25. dns_memory_limit: 170Mi
  26. dns_cpu_requests: 70m
  27. dns_memory_requests: 70Mi