cluster

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

commit d6ac77635414a223d593ce8574e2f781b78d816a
parent a8cd1e7b225b67ada84126eac31ee6e00e593103
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed,  1 Oct 2025 15:10:12 +0200

Meow

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

diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml @@ -25,6 +25,7 @@ spec: containers: - name: core image: ghcr.io/mtrnord/mailman-core:rolling + imagePullPolicy: Always ports: - name: api containerPort: 8001 @@ -85,6 +86,7 @@ spec: subPath: chown - name: web image: ghcr.io/mtrnord/mailman-web:rolling + imagePullPolicy: Always ports: - name: http containerPort: 8000