add port to service

This commit is contained in:
2024-08-11 20:14:49 -05:00
parent 2a328b315f
commit 813f09ab5e

View File

@@ -33,6 +33,10 @@ stalwart:
port: 465
targetPort: 465
protocol: TCP
imap:
port: 143
targetPort: 143
protocol: TCP
imaps:
port: 993
targetPort: 993