1 changed files with
5 additions and
1 deletions
|
|
@ -32,6 +32,7 @@ spec:
|
|
|
|
ports:
|
|
|
|
ports:
|
|
|
|
- containerPort: 2102
|
|
|
|
- containerPort: 2102
|
|
|
|
- containerPort: 2525
|
|
|
|
- containerPort: 2525
|
|
|
|
|
|
|
|
- containerPort: 110
|
|
|
|
- containerPort: 143
|
|
|
|
- containerPort: 143
|
|
|
|
- containerPort: 993
|
|
|
|
- containerPort: 993
|
|
|
|
- containerPort: 4190
|
|
|
|
- containerPort: 4190
|
|
|
@ -69,6 +70,9 @@ spec:
|
|
|
|
- name: imap-transport
|
|
|
|
- name: imap-transport
|
|
|
|
port: 2525
|
|
|
|
port: 2525
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|
|
|
|
|
- name: pop3
|
|
|
|
|
|
|
|
port: 110
|
|
|
|
|
|
|
|
protocol: TCP
|
|
|
|
- name: imap-default
|
|
|
|
- name: imap-default
|
|
|
|
port: 143
|
|
|
|
port: 143
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
@ -77,4 +81,4 @@ spec:
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|
- name: sieve
|
|
|
|
- name: sieve
|
|
|
|
port: 4190
|
|
|
|
port: 4190
|
|
|
|
protocol: TCP
|
|
|
|
protocol: TCP
|
|
|
|