From d64f65ed4d0d4dc804a0a6c026d2f497db3e438f Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:27:51 +0100 Subject: [PATCH] Only capture /_matrix --- helm/dendrite/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/dendrite/templates/ingress.yaml b/helm/dendrite/templates/ingress.yaml index 8f86ad723..860e13d11 100644 --- a/helm/dendrite/templates/ingress.yaml +++ b/helm/dendrite/templates/ingress.yaml @@ -40,7 +40,7 @@ spec: - host: {{ .Values.ingress.hostName | quote }} http: paths: - - path: / + - path: /_matrix pathType: ImplementationSpecific backend: {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}