make port names consistent
This commit is contained in:
parent
e53095cbcf
commit
9c7a53e07e
|
@ -492,10 +492,13 @@ The major problem with exposing DMS to the outside world in Kubernetes is to [pr
|
||||||
- name: smtp
|
- name: smtp
|
||||||
containerPort: 25
|
containerPort: 25
|
||||||
hostPort: 25
|
hostPort: 25
|
||||||
- name: smtp-auth
|
- name: submissions
|
||||||
|
containerPort: 465
|
||||||
|
hostPort: 587
|
||||||
|
- name: 465
|
||||||
containerPort: 587
|
containerPort: 587
|
||||||
hostPort: 587
|
hostPort: 587
|
||||||
- name: imap-secure
|
- name: imaps
|
||||||
containerPort: 993
|
containerPort: 993
|
||||||
hostPort: 993
|
hostPort: 993
|
||||||
# ...
|
# ...
|
||||||
|
|
Loading…
Reference in New Issue