cluster

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

commit 46045dd38df9f93728f9e0ea0b704b9df5fd0306
parent 8762513ef4b09ccbc8f50615cb44c2ad05c6651d
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  1 Oct 2025 15:00:09 +0200

Meow

Diffstat:
Mapps/talos_cluster/mailserver/mailman.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml @@ -24,7 +24,7 @@ spec: - mailman-web containers: - name: core - image: mtrnord/mailman-core:0.5 + image: mtrnord/mailman-core:rolling ports: - name: api containerPort: 8001 @@ -84,7 +84,7 @@ spec: mountPath: /usr/bin/chown subPath: chown - name: web - image: mtrnord/mailman-web:0.5 + image: mtrnord/mailman-web:rolling ports: - name: http containerPort: 8000