Only capture /_matrix

This commit is contained in:
Till Faelligen 2023-01-27 12:27:51 +01:00
parent c7c299560a
commit d64f65ed4d
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -40,7 +40,7 @@ spec:
- host: {{ .Values.ingress.hostName | quote }} - host: {{ .Values.ingress.hostName | quote }}
http: http:
paths: paths:
- path: / - path: /_matrix
pathType: ImplementationSpecific pathType: ImplementationSpecific
backend: backend:
{{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }} {{- if semverCompare ">=1.19-0" $.Capabilities.KubeVersion.GitVersion }}