1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-29 23:07:50 +02:00

expose pop3 port

This commit is contained in:
sbias 2019-07-17 23:05:41 +02:00 committed by GitHub
parent f77e1bdd0e
commit 173b9bdc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ spec:
ports:
- containerPort: 2102
- containerPort: 2525
- containerPort: 110
- containerPort: 143
- containerPort: 993
- containerPort: 4190
@ -69,6 +70,9 @@ spec:
- name: imap-transport
port: 2525
protocol: TCP
- name: pop3
port: 110
protocol: TCP
- name: imap-default
port: 143
protocol: TCP
@ -77,4 +81,4 @@ spec:
protocol: TCP
- name: sieve
port: 4190
protocol: TCP
protocol: TCP