stalwart-mail/values.yaml

35 lines
821 B
YAML
Raw Normal View History

2024-06-10 09:09:21 +00:00
image:
repository: stalwartlabs/mail-server
pullPolicy: IfNotPresent
tag: ''
service:
2024-06-10 09:33:33 +00:00
type: NodePort
2024-06-10 09:09:21 +00:00
ports:
2024-06-10 09:33:33 +00:00
http: 8080
https: 443
2024-06-10 09:09:21 +00:00
smtp: 25
2024-06-10 09:33:33 +00:00
submission: 587
2024-06-10 09:09:21 +00:00
smtps: 465
imap: 143
imaps: 993
sieve: 4190
2024-06-10 09:46:41 +00:00
## Persist configuration to a persistent volume
2024-06-10 09:09:21 +00:00
persistence:
2024-06-10 09:46:41 +00:00
# persistence.enabled - Should disk persistence be enabled
enabled: false
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
## If undefined (the default) or set to null, no storageClassName spec is
## set, choosing the default provisioner. (gp2 on AWS, standard on
## GKE, AWS & OpenStack)
##
existingClaim: ''
storageClass: ''
2024-06-10 09:09:21 +00:00
accessMode: ReadWriteOnce
size: 10Gi
2024-06-10 09:33:33 +00:00
mountPath: /opt/stalwart-mail
replicaCount: 1