Go to file
2024-06-10 11:33:33 +02:00
templates feat: redo chart 2024-06-10 11:33:33 +02:00
.helmignore feat: add v0.0.1 2024-06-10 11:09:21 +02:00
Chart.yaml feat: redo chart 2024-06-10 11:33:33 +02:00
LICENSE feat: add license 2024-06-10 11:10:09 +02:00
README.md feat: redo chart 2024-06-10 11:33:33 +02:00
values.yaml feat: redo chart 2024-06-10 11:33:33 +02:00

stalwart-mail

Version: 0.0.3 Type: application AppVersion: 0.8.1

Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)

Maintainers

Name Email Url
Loic Kalbermatter loic.kalbermatter@pulseflow.ch

Values

Key Type Default Description
image.pullPolicy string "IfNotPresent"
image.repository string "stalwartlabs/mail-server"
image.tag string ""
persistence.accessMode string "ReadWriteOnce"
persistence.enabled bool true
persistence.mountPath string "/opt/stalwart-mail"
persistence.size string "10Gi"
persistence.storageClass string "standard"
replicaCount int 1
service.ports.http int 8080
service.ports.https int 443
service.ports.imap int 143
service.ports.imaps int 993
service.ports.sieve int 4190
service.ports.smtp int 25
service.ports.smtps int 465
service.ports.submission int 587
service.type string "NodePort"

Autogenerated from chart metadata using helm-docs v1.13.1