From 68ece844873e0f2aa2a40d5f7cb2c9e26777abfb Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Sat, 30 Apr 2022 19:59:30 +0200
Subject: [PATCH] fix: use correct port for antispam ingress

---
 templates/ingress-antispam.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/ingress-antispam.yaml b/templates/ingress-antispam.yaml
index 03cf6fb..8ec1771 100644
--- a/templates/ingress-antispam.yaml
+++ b/templates/ingress-antispam.yaml
@@ -23,5 +23,5 @@ spec:
               service:
                 name: {{ include "mailu-helm.fullname" . }}-antispam
                 port:
-                  name: http
+                  name: antispam-http
             pathType: Prefix
-- 
GitLab