From 8695a4b06f2dc1d2e4cdda4f264dc41163b94c8e Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sat, 30 Apr 2022 22:40:58 +0200 Subject: [PATCH] fix: correct issues with antispam --- 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 86cf403..aff0191 100644 --- a/templates/ingress-antispam.yaml +++ b/templates/ingress-antispam.yaml @@ -19,7 +19,7 @@ spec: - host: "{{ .Values.admin.host }}" http: paths: - - path: "{{ .Values.admin.path }}/antispam($|/)(/.*)" + - path: "{{ .Values.admin.path }}/antispam($|/)(.*)" backend: service: name: {{ include "mailu-helm.fullname" . }}-antispam -- GitLab