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

fix: correct ingress-antispam rewrite rule

parent c782905e
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,5 @@ apiVersion: v2
name: mailu
description: Helm Chart for Mailu
type: application
version: 1.3.6
version: 1.3.7
appVersion: "1.9.26"
......@@ -8,6 +8,7 @@ metadata:
annotations:
nginx.ingress.kubernetes.io/auth-url:
"http://{{ include "mailu-helm.fullname" . }}-admin.{{ .Release.Namespace }}.svc.{{ .Values.clusterSuffix }}/internal/auth/admin"
nginx.ingress.kubernetes.io/rewrite-target: "/$2"
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header X-Real-IP "";
proxy_set_header X-Forwarded-For "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment