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.

25 lines
606 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. # Versions
  12. dnsmasq_version: 2.72
  13. # Images
  14. dnsmasq_image_repo: "andyshinn/dnsmasq"
  15. dnsmasq_image_tag: "{{ dnsmasq_version }}"
  16. # Limits for dnsmasq/kubedns apps
  17. dns_cpu_limit: 100m
  18. dns_memory_limit: 170Mi
  19. dns_cpu_requests: 70m
  20. dns_memory_requests: 70Mi