Fix SnappyMail namespace and increase Stalwart PVC to 30Gi
This commit is contained in:
parent
d316b795f5
commit
12434b659a
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user