From 42c8f7c8d87e1dc9957603f1bb504f0d5f4abe83 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 25 Jan 2026 17:56:24 +0100 Subject: [PATCH] Change to hostport so I can portforward mail --- stalwart/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stalwart/templates/deployment.yaml b/stalwart/templates/deployment.yaml index b0d2bb2..7bbc165 100644 --- a/stalwart/templates/deployment.yaml +++ b/stalwart/templates/deployment.yaml @@ -36,11 +36,17 @@ spec: - containerPort: 8080 - containerPort: 443 - containerPort: 25 + hostPort: 25 - containerPort: 587 + hostPort: 587 - containerPort: 465 + hostPort: 465 - containerPort: 143 + hostPort: 143 - containerPort: 993 + hostPort: 993 - containerPort: 4190 + hostPort: 4190 volumeMounts: - name: stalwart-volume mountPath: {{ .Values.persistence.mountPath }}