support CoreDNS use host network and config dns port (#10617)

This commit is contained in:
刘旭
2023-11-17 21:41:53 +08:00
committed by GitHub
parent f46910eac3
commit bc5b38a771
4 changed files with 8 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ data:
}
{% endfor %}
{% endif %}
.:53 {
.:{{ coredns_port }} {
{% if coredns_additional_configs is defined %}
{{ coredns_additional_configs | indent(width=8, first=False) }}
{% endif %}