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

This reverts commit bc5b38a771.
This commit is contained in:
Max Gautier
2024-05-13 21:51:11 +00:00
committed by GitHub
parent a8f58c244b
commit d8a4aea9bc
4 changed files with 3 additions and 8 deletions

View File

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