commit 3c3e2a2067ad6fffb32604e01720d098d4a4f62b parent 6e846b8d5cceaf437285ae17e89651100ede729e Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 19 Mar 2025 13:56:30 +0100 Fix mas url Diffstat:
| M | apps/base/envoy-gateway/release.yaml | | | 4 | ++-- |
| M | apps/base/matrix/mas/mas_deployment.yaml | | | 2 | +- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -132,7 +132,7 @@ spec: listeners: - name: https-mas-midnightthoughts protocol: HTTPS - hostname: "mas.midnightthoughts.space" + hostname: "mas.matrix.midnightthoughts.space" port: 443 allowedRoutes: namespaces: @@ -141,7 +141,7 @@ spec: mode: Terminate certificateRefs: - kind: Secret - name: midnightthoughts.space-tls + name: mas.matrix.midnightthoughts.space-tls - name: https-matrix-midnightthoughts protocol: HTTPS hostname: "matrix.midnightthoughts.space" diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -106,7 +106,7 @@ spec: - name: envoy-gateway namespace: envoy-gateway hostnames: - - mas.midnightthoughts.space + - mas.matrix.midnightthoughts.space rules: - backendRefs: - name: mas