Go to file
2024-06-10 18:12:41 +02:00
templates feat: use cert in traefik 2024-06-10 18:12:41 +02:00
.helmignore feat: add v0.0.1 2024-06-10 11:09:21 +02:00
Chart.yaml release: v0.0.6 2024-06-10 15:49:45 +02:00
LICENSE feat: add license 2024-06-10 11:10:09 +02:00
README.md release: v0.0.6 2024-06-10 15:49:45 +02:00
values.yaml feat: use cert in traefik 2024-06-10 18:12:41 +02:00

stalwart-mail

Version: 0.0.6 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 ""
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
persistence.accessMode string "ReadWriteOnce"
persistence.enabled bool false
persistence.existingClaim string ""
persistence.mountPath string "/opt/stalwart-mail"
persistence.size string "10Gi"
persistence.storageClass string ""
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"
traefik.enabled bool false
traefik.hosts list []
traefik.ports.http string "websecure"
traefik.ports.imaps string "imaps"
traefik.ports.smtps string "smtps"

Autogenerated from chart metadata using helm-docs v1.13.1