stalwart-mail/values.yaml

61 lines
1.3 KiB
YAML
Raw Permalink 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 10:08:42 +00:00
ingress:
enabled: false
className: ''
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
traefik:
enabled: false
2024-06-10 16:12:41 +00:00
tlsSecretName: ''
hosts: []
2024-06-10 10:08:42 +00:00
ports:
http: websecure
imaps: imaps
smtps: smtps
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