mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 02:23:10 -06:00
Only capture /_matrix
This commit is contained in:
parent
c7c299560a
commit
d64f65ed4d
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue