commit af8ff399df4c9be08cc1d05d42b6f34009900ab4 parent 46045dd38df9f93728f9e0ea0b704b9df5fd0306 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:02:29 +0200 Meow Diffstat:
| M | apps/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:rolling + image: ghcr.io/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:rolling + image: ghcr.io/mtrnord/mailman-web:rolling ports: - name: http containerPort: 8000