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
847 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. dns_forward_max: 150
  12. cache_size: 1000
  13. # Versions
  14. dnsmasq_version: 2.72
  15. # Images
  16. dnsmasq_image_repo: "andyshinn/dnsmasq"
  17. dnsmasq_image_tag: "{{ dnsmasq_version }}"
  18. # Limits for dnsmasq/kubedns apps
  19. dns_cpu_limit: 100m
  20. dns_memory_limit: 170Mi
  21. dns_cpu_requests: 40m
  22. dns_memory_requests: 50Mi
  23. # Autoscaler parameters
  24. dnsmasq_nodes_per_replica: 10
  25. dnsmasq_min_replicas: 1
  26. # Custom name servers
  27. dnsmasq_upstream_dns_servers: []
  28. # Arch of Docker images and needed packages
  29. image_arch: amd64