expose pop3 port

master
sbias 5 years ago committed by GitHub
parent f77e1bdd0e
commit 173b9bdc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save