commit 2a9e229b7100d86c9bc113721282d3e76ba6c307 parent 9375e047efbd4dcf4b29b2dfd236bd571699953c Author: MTRNord <MTRNord@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:00:41 +0200 Meow Diffstat:
| M | apps/talos_cluster/mailserver/mailman.yaml | | | 21 | +++++++++++++++++++++ |
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml @@ -191,6 +191,21 @@ spec: mountPath: /etc/nginx/nginx.conf subPath: nginx.conf readOnly: true + - name: tmp + mountPath: /tmp + readOnly: false + - name: tmp-client-body + mountPath: /tmp/nginx/client_body + readOnly: false + - name: tmp-cgi + mountPath: /tmp/nginx/fastcgi + readOnly: false + - name: tmp-cgi + mountPath: /tmp/nginx/uwsgi + readOnly: false + - name: tmp-cgi + mountPath: /tmp/nginx/scgi + readOnly: false volumes: - name: mailman-extra @@ -200,6 +215,12 @@ spec: - name: nginx-config configMap: name: mailman-nginx + - name: tmp + emptyDir: {} + - name: tmp-client-body + emptyDir: {} + - name: tmp-cgi + emptyDir: {} volumeClaimTemplates: - apiVersion: v1 kind: PersistentVolumeClaim