fix: add designate minidns to ingress
diff --git a/atmosphere/tasks/constants.py b/atmosphere/tasks/constants.py
index ec527e9..c6b408d 100644
--- a/atmosphere/tasks/constants.py
+++ b/atmosphere/tasks/constants.py
@@ -27,11 +27,13 @@
         "hostNetwork": True,
         "ingressClassResource": {"name": "openstack"},
         "ingressClass": "openstack",
-        "extraArgs": {"default-ssl-certificate": "ingress-nginx/wildcard"},
         "kind": "DaemonSet",
         "nodeSelector": NODE_SELECTOR_CONTROL_PLANE,
         "service": {"type": "ClusterIP"},
         "admissionWebhooks": {"port": 7443},
+        "tcp": {
+            "5354": "openstack/minidns:5354",
+        },
     },
     "defaultBackend": {"enabled": True},
 }