Skip to content
Snippets Groups Projects
Verified Commit 8695a4b0 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct issues with antispam

parent cb76d095
No related branches found
No related tags found
No related merge requests found
Pipeline #2747 passed
...@@ -19,7 +19,7 @@ spec: ...@@ -19,7 +19,7 @@ spec:
- host: "{{ .Values.admin.host }}" - host: "{{ .Values.admin.host }}"
http: http:
paths: paths:
- path: "{{ .Values.admin.path }}/antispam($|/)(/.*)" - path: "{{ .Values.admin.path }}/antispam($|/)(.*)"
backend: backend:
service: service:
name: {{ include "mailu-helm.fullname" . }}-antispam name: {{ include "mailu-helm.fullname" . }}-antispam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment