commit | 02a521393caf44b74715f594f2749dd8f56b2ee3 | [log] [tgz] |
---|---|---|
author | Michiel Piscaer <michiel@piscaer.com> | Thu Oct 13 10:48:10 2022 +0200 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Dec 05 21:31:41 2022 -0500 |
tree | ddfb76c7eb4266a63fdd278d682f9b569b60d25a | |
parent | ab80994d0d58f94f914c3300cc8c9c40bf75723b [diff] |
Add UDP for minidns Add UDP for minidns, so that powerDNS can do a SOA query.
diff --git a/atmosphere/tasks/constants.py b/atmosphere/tasks/constants.py index 0f32fcd..eb7f0f7 100644 --- a/atmosphere/tasks/constants.py +++ b/atmosphere/tasks/constants.py
@@ -339,6 +339,9 @@ "tcp": { "5354": "openstack/minidns:5354", }, + "udp": { + "5354": "openstack/minidns:5354", + }, } HELM_RELEASE_CERT_MANAGER_NAME = "cert-manager"