make port names consistent

This commit is contained in:
georglauterbach 2024-03-09 16:55:40 +01:00
parent e53095cbcf
commit 9c7a53e07e
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 5 additions and 2 deletions

View File

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