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