commit 66bbf9a28c3522e9f3d8b9bb5e4b9c3d1eac8449 parent 9d6a6ee7358f7a28a74eaf8493b0d77693c50784 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 15 Jan 2025 19:52:48 +0100 Fix root domain routing Diffstat:
| M | apps/base/envoy-gateway/release.yaml | | | 36 | ++++++++++++++++++++++++++++++++++++ |
1 file changed, 36 insertions(+), 0 deletions(-)
diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -99,6 +99,42 @@ spec: certificateRefs: - kind: Secret name: mtrnord.blog-tls + - name: https-midnightthoughts-root + protocol: HTTPS + hostname: "midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: midnightthoughts.space-tls + - name: https-nordgedanken-root + protocol: HTTPS + hostname: "nordgedanken.dev" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: nordgedanken.dev-tls + - name: https-mtrnord-blog-root + protocol: HTTPS + hostname: "mtrnord.blog" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: mtrnord.blog-tls --- apiVersion: gateway.envoyproxy.io/v1alpha1 kind: ClientTrafficPolicy