cluster

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

commit b4304a15ab5fd2ea8a55b04e122597df4a267ce5
parent 5fc21914ccfbc1ca0576fe1fcc1084c7c07ea220
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 10 Sep 2025 19:56:02 +0200

Fix mta-sts

Diffstat:
Mapps/talos_cluster/mailserver/mta-sts-deployment.yaml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/mailserver/mta-sts-deployment.yaml b/apps/talos_cluster/mailserver/mta-sts-deployment.yaml @@ -88,6 +88,9 @@ data: server { listen 8080; server_name _; + + root /usr/share/nginx/html; + index index.html; # Security headers add_header X-Content-Type-Options nosniff;