Fix SnappyMail namespace and increase Stalwart PVC to 30Gi

This commit is contained in:
dvirlabs 2026-05-17 14:18:03 +03:00
parent d316b795f5
commit 12434b659a
2 changed files with 3 additions and 3 deletions

View File

@ -36,11 +36,11 @@ ingress:
stalwart:
serviceName: stalwart
imap:
host: stalwart.mail.svc.cluster.local
host: stalwart.mail-services.svc.cluster.local
port: 993
secure: true
smtp:
host: stalwart.mail.svc.cluster.local
host: stalwart.mail-services.svc.cluster.local
port: 587
secure: true

View File

@ -15,7 +15,7 @@ persistence:
enabled: true
storageClass: nfs-client
accessMode: ReadWriteOnce
size: 20Gi # Increased for production mail storage
size: 30Gi # Increased for production mail storage
mountPath: /opt/stalwart-mail
## Ingress for admin UI only