From 6790ccf7737fb95dbdb1ce0b0a0b808ec56cf9a4 Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 1 May 2024 16:59:37 +0200 Subject: [PATCH] fix: /.well-known/matrix/server > svc/delegation --- manifests/common/delegation.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/manifests/common/delegation.yaml b/manifests/common/delegation.yaml index 1eb77ca..fe5dfd6 100644 --- a/manifests/common/delegation.yaml +++ b/manifests/common/delegation.yaml @@ -15,15 +15,8 @@ spec: - host: "$SERVER_NAME" http: paths: - - path: /.well-known/matrix/server - pathType: Exact - backend: - service: - name: app - port: - name: http - - path: /.well-known/matrix/client - pathType: Exact + - path: /.well-known/matrix/ + pathType: Prefix backend: service: name: delegation