cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 76b417b1736f37f35564f43645b7f219853905a3
parent dc9d264ba7b2f0ac90c95585f07fc20c7a62a34a
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon,  4 Aug 2025 13:51:47 +0200

envoy adjustments

Diffstat:
Mapps/talos_cluster/envoy-gateway/gateway_settings.yaml | 48++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -219,6 +219,30 @@ spec: certificateRefs: - kind: Secret name: gts.mtrnord.blog-tls + - name: https-midnightthoughts-collabora + protocol: HTTPS + hostname: "collabora.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: collabora.midnightthoughts.space + - name: https-midnightthoughts-webhook-kubernetes + protocol: HTTPS + hostname: "webhook.kubernetes.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: webhook.kubernetes.midnightthoughts.space-tls # - name: https-docuseal-midnightthoughts # protocol: HTTPS # hostname: "docuseal.midnightthoughts.space" @@ -315,18 +339,6 @@ spec: # certificateRefs: # - kind: Secret # name: status.midnightthoughts.space-tls - # - name: https-midnightthoughts-webhook-kubernetes - # protocol: HTTPS - # hostname: "webhook.kubernetes.midnightthoughts.space" - # port: 443 - # allowedRoutes: - # namespaces: - # from: "All" - # tls: - # mode: Terminate - # certificateRefs: - # - kind: Secret - # name: webhook.kubernetes.midnightthoughts.space-tls # - name: https-midnightthoughts-rspamd # protocol: HTTPS # hostname: "rspamd.midnightthoughts.space" @@ -459,18 +471,6 @@ spec: # certificateRefs: # - kind: Secret # name: rspamd.matrix.midnightthoughts.space - # - name: https-midnightthoughts-collabora - # protocol: HTTPS - # hostname: "collabora.midnightthoughts.space" - # port: 443 - # allowedRoutes: - # namespaces: - # from: "All" - # tls: - # mode: Terminate - # certificateRefs: - # - kind: Secret - # name: collabora.midnightthoughts.space # - name: https-nordgedanken-root # protocol: HTTPS # hostname: "nordgedanken.dev"