commit e22949418794047c8e63924fd3323dff341186cb parent a9d824aa69814ec22f548b2e13097390bcabe9e7 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 25 Sep 2024 20:45:33 +0200 Fix config Diffstat:
| M | apps/base/matrix/mas/mas_deployment.yaml | | | 13 | ------------- |
| M | apps/base/matrix/synapse/release.yaml | | | 8 | ++++++++ |
2 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -83,7 +83,6 @@ kind: Ingress metadata: name: mas annotations: - traefik.ingress.kubernetes.io/router.priority: "100000000000" cert-manager.io/cluster-issuer: letsencrypt-dns external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space spec: @@ -98,19 +97,7 @@ spec: name: mas port: number: 8080 - - host: matrix.midnightthoughts.space - http: - paths: - - path: /_matrix/client/(.*)/(login|logout|refresh) - pathType: ImplementationSpecific - backend: - service: - name: mas - port: - number: 8080 tls: - hosts: - - midnightthoughts.space - - matrix.midnightthoughts.space - mas.matrix.midnightthoughts.space secretName: mas.matrix.midnightthoughts.space-tls-secret diff --git a/apps/base/matrix/synapse/release.yaml b/apps/base/matrix/synapse/release.yaml @@ -292,6 +292,14 @@ spec: annotations: cert-manager.io/cluster-issuer: letsencrypt-dns external-dns.alpha.kubernetes.io/hostname: midnightthoughts.space + paths: + - path: /_matrix/client/(api/v1|r0|v3|unstable/(login|logout|refresh) + pathType: ImplementationSpecific + backend: + service: + name: mas + port: + number: 8080 sops: kms: [] gcp_kms: []