commit 05286e673c4f37d91cd785e0937ce8e7b1a8aa2c parent b8e58f357343d8b45b35f761075e899c3e281da9 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sat, 3 Jan 2026 18:06:23 +0100 meep Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/envoy-gateway/gateway_settings.yaml | | | 36 | ++++++++++++++++++++++++++++++++++++ |
1 file changed, 36 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -257,6 +257,42 @@ spec: certificateRefs: - kind: Secret name: gts.mtrnord.blog-tls + - name: https-mtrnord-blog-convex + protocol: HTTPS + hostname: "convex.mtrnord.blog" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: convex.mtrnord.blog-tls + - name: https-mtrnord-blog-convex-api + protocol: HTTPS + hostname: "api.convex.mtrnord.blog" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: api.convex.mtrnord.blog-tls + - name: https-mtrnord-blog-convex-dashboard + protocol: HTTPS + hostname: "dashboard.convex.mtrnord.blog" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: dashboard.convex.mtrnord.blog-tls - name: https-mtrnord-blog-books protocol: HTTPS hostname: "books.mtrnord.blog"