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