fix(ingress): point to correct tcp port
diff --git a/atmosphere/tasks/constants.py b/atmosphere/tasks/constants.py
index c6b408d..d816bf8 100644
--- a/atmosphere/tasks/constants.py
+++ b/atmosphere/tasks/constants.py
@@ -31,11 +31,11 @@
"nodeSelector": NODE_SELECTOR_CONTROL_PLANE,
"service": {"type": "ClusterIP"},
"admissionWebhooks": {"port": 7443},
- "tcp": {
- "5354": "openstack/minidns:5354",
- },
},
"defaultBackend": {"enabled": True},
+ "tcp": {
+ "5354": "openstack/minidns:5354",
+ },
}
HELM_RELEASE_CERT_MANAGER_NAME = "cert-manager"