From db6b2ed3b9dcb047876556a0a37bc75d16275fd7 Mon Sep 17 00:00:00 2001 From: ties Date: Sun, 30 Mar 2025 11:41:40 +0000 Subject: [PATCH] Add values.yaml --- values.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 values.yaml diff --git a/values.yaml b/values.yaml new file mode 100644 index 0000000..c4fb151 --- /dev/null +++ b/values.yaml @@ -0,0 +1,26 @@ +image: + repository: stalwartlabs/mail-server + pullPolicy: IfNotPresent + tag: "latest" + +service: + type: ClusterIP + 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-mail + +replicaCount: 1 +