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: stalwart:
serviceName: stalwart serviceName: stalwart
imap: imap:
host: stalwart.mail.svc.cluster.local host: stalwart.mail-services.svc.cluster.local
port: 993 port: 993
secure: true secure: true
smtp: smtp:
host: stalwart.mail.svc.cluster.local host: stalwart.mail-services.svc.cluster.local
port: 587 port: 587
secure: true secure: true

View File

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