Change to hostport so I can portforward mail

This commit is contained in:
Ruben Hensen
2026-01-25 17:56:24 +01:00
parent 5bc0ddf30b
commit 42c8f7c8d8
+6
View File
@@ -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 }}