cluster

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

commit 2933f433303aee59f0dcc6dbd75d7b233188e3d3
parent 1ab160bc7e785d2fe011e9b510d609e49a23b4a8
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Mon, 23 Mar 2026 22:49:08 +0100

fix calendar

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/envoy-gateway/gateway_settings.yaml | 12++++++++++++
Mapps/talos_cluster/stalwart/ingress.yaml | 4++++
2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -174,6 +174,18 @@ spec: certificateRefs: - kind: Secret name: stalwart.nordgedanken.dev-tls + - name: https-webmail-midnightthoughts + protocol: HTTPS + hostname: "webmail.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: webmail.midnightthoughts.space-tls - name: https-openpgpkey.nordgedanken.dev protocol: HTTPS hostname: "openpgpkey.nordgedanken.dev" diff --git a/apps/talos_cluster/stalwart/ingress.yaml b/apps/talos_cluster/stalwart/ingress.yaml @@ -8,8 +8,12 @@ spec: - name: envoy-gateway namespace: envoy-gateway sectionName: https-stalwart-nordgedanken + - name: envoy-gateway + namespace: envoy-gateway + sectionName: https-webmail-midnightthoughts hostnames: - stalwart.nordgedanken.dev + - webmail.midnightthoughts.space rules: - backendRefs: - name: stalwart-mail