commit d5b2eee86f2bf7ea554fb704eb516a1c26cefe0f parent 05204c923a00f8384f4fea8eeadb2a88069dd38c Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:55:57 +0200 more fixes Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| M | apps/talos_cluster/envoy-gateway/email_gateway_settings.yaml | | | 12 | ++++++++++++ |
| M | apps/talos_cluster/envoy-gateway/gateway_settings.yaml | | | 12 | ------------ |
| M | apps/talos_cluster/stalwart/ingress.yaml | | | 6 | +++--- |
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/apps/talos_cluster/envoy-gateway/email_gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/email_gateway_settings.yaml @@ -219,3 +219,15 @@ spec: certificateRefs: - kind: Secret name: mta-sts.phorge.mtrnord.blog-tls + - name: https-midnightthoughts-mta-sts + protocol: HTTPS + hostname: "mta-sts.midnightthoughts.space" + port: 443 + allowedRoutes: + namespaces: + from: "All" + tls: + mode: Terminate + certificateRefs: + - kind: Secret + name: mta-sts.midnightthoughts.space diff --git a/apps/talos_cluster/envoy-gateway/gateway_settings.yaml b/apps/talos_cluster/envoy-gateway/gateway_settings.yaml @@ -390,18 +390,6 @@ spec: certificateRefs: - kind: Secret name: morg-statistics.midnightthoughts.space - - name: https-midnightthoughts-mta-sts - protocol: HTTPS - hostname: "mta-sts.midnightthoughts.space" - port: 443 - allowedRoutes: - namespaces: - from: "All" - tls: - mode: Terminate - certificateRefs: - - kind: Secret - name: mta-sts.midnightthoughts.space - name: https-midnightthoughts-lists protocol: HTTPS hostname: "lists.midnightthoughts.space" diff --git a/apps/talos_cluster/stalwart/ingress.yaml b/apps/talos_cluster/stalwart/ingress.yaml @@ -31,13 +31,13 @@ spec: sectionName: https-mta-sts-lists-midnightthoughts - name: email-gateway namespace: envoy-gateway - sectionName: https-autoconfig-phorge + sectionName: https-autoconfig-phorge-mtrnord-blog - name: email-gateway namespace: envoy-gateway - sectionName: https-autodiscover-phorge + sectionName: https-autodiscover-phorge-mtrnord-blog - name: email-gateway namespace: envoy-gateway - sectionName: https-mta-sts-phorge + sectionName: ttps-mta-sts-phorge-mtrnord-blog hostnames: - stalwart.nordgedanken.dev - webmail.midnightthoughts.space