cluster

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

commit d7223d8786409779c3164dc00e3917a3394de10c
parent b0dd0e2eb13e5634eaf4250c7028c91ef2fd754c
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Wed, 10 Sep 2025 19:47:35 +0200

Fix mta-sts

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

diff --git a/apps/talos_cluster/mailserver/mta-sts-deployment.yaml b/apps/talos_cluster/mailserver/mta-sts-deployment.yaml @@ -28,6 +28,12 @@ spec: - name: mta-sts-content mountPath: /usr/share/nginx/html/.well-known readOnly: true + - name: tmp + mountPath: /tmp + - name: var-cache-nginx + mountPath: /var/cache/nginx + - name: var-run + mountPath: /var/run resources: requests: memory: "32Mi" @@ -63,6 +69,12 @@ spec: - name: mta-sts-content configMap: name: mta-sts-content + - name: tmp + emptyDir: {} + - name: var-cache-nginx + emptyDir: {} + - name: var-run + emptyDir: {} securityContext: fsGroup: 101 ---