commit b810d1b75e38de5b9bf231d193dedd904bccf136 parent 972213721fdac0aa6fafd1282ed14afd16087901 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:40:53 +0200 Fix mailserver? Diffstat:
| M | apps/talos_cluster/mailserver/certificate.yaml | | | 5 | +++++ |
| M | apps/talos_cluster/mailserver/release.yaml | | | 18 | +++++++++--------- |
2 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/apps/talos_cluster/mailserver/certificate.yaml b/apps/talos_cluster/mailserver/certificate.yaml @@ -4,6 +4,11 @@ metadata: name: mail.midnightthoughts.space namespace: mailserver spec: + isCA: false + privateKey: + algorithm: RSA + encoding: PKCS1 + size: 2048 secretName: mail.midnightthoughts.space-tls dnsNames: - mail.midnightthoughts.space diff --git a/apps/talos_cluster/mailserver/release.yaml b/apps/talos_cluster/mailserver/release.yaml @@ -172,15 +172,15 @@ spec: memory: 294Mi limits: {} service: - annotations: - external-dns.alpha.kubernetes.io/hostname: mail.midnightthoughts.space + #annotations: + # external-dns.alpha.kubernetes.io/hostname: mail.midnightthoughts.space type: ClusterIP - nodePort: - smtp: 25 - smtps: 465 - submission: 587 - imap: 143 - imaps: 993 + # nodePort: + # smtp: 25 + # smtps: 465 + # submission: 587 + # imap: 143 + # imaps: 993 persistent_volume_claims: mail-config: accessModes: @@ -215,7 +215,7 @@ spec: secret: rspamd.midnightthoughts.space-tls proxyProtocol: enabled: true - trustedNetworks: "10.0.0.0/8 192.168.0.0/16 172.16.0.0/12" + trustedNetworks: "10.0.0.0/8" configMaps: dovecot.cf: create: true