commit eb12704acdf98c0e414af019fb83d40c5355d6c8 parent 34a02e7ac8875d9846f777c4980b6bfabbc73a4b Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 25 Sep 2024 19:30:07 +0200 Fix ingress Diffstat:
| M | apps/base/matrix/mas/mas_deployment.yaml | | | 26 | ++++++++++++++++++++++++++ |
1 file changed, 26 insertions(+), 0 deletions(-)
diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -105,3 +105,29 @@ spec: name: mas port: number: 8080 + - host: matrix.midnightthoughts.space + http: + paths: + - path: /{path:^_matrix/client/(.*)/(login|logout|refresh)} + pathType: ImplementationSpecific + backend: + service: + name: mas + port: + number: 8080 + - host: midnightthoughts.space + http: + paths: + - path: /{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