1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

add names to ports of imap deployment, remove imap-ssl

This commit is contained in:
sbias 2019-08-19 12:42:41 +02:00 committed by GitHub
parent 173b9bdc6d
commit 83c58c6ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,12 +30,16 @@ spec:
name: maildata
subPath: overrides
ports:
- containerPort: 2102
- containerPort: 2525
- containerPort: 110
- containerPort: 143
- containerPort: 993
- containerPort: 4190
- name: imap-auth
containerPort: 2102
- name: imap-transport
containerPort: 2525
- name: pop3
containerPort: 110
- name: imap-default
containerPort: 143
- name: sieve
containerPort: 4190
resources:
requests:
memory: 1Gi
@ -76,9 +80,6 @@ spec:
- name: imap-default
port: 143
protocol: TCP
- name: imap-ssl
port: 993
protocol: TCP
- name: sieve
port: 4190
protocol: TCP