Files
k8scd/stalwart/values.yaml
T
Ruben Hensen 4f59c2062e Add Stalwart
2026-01-25 16:14:42 +01:00

26 lines
387 B
YAML

image:
repository: stalwartlabs/stalwart
pullPolicy: IfNotPresent
tag: "latest"
service:
type: NodePort
ports:
http: 8080
https: 443
smtp: 25
submission: 587
smtps: 465
imap: 143
imaps: 993
sieve: 4190
persistence:
enabled: true
storageClass: "standard"
accessMode: ReadWriteOnce
size: 10Gi
mountPath: /opt/stalwart
replicaCount: 1