1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 10:18:07 +02:00

Update typo in kubernetes.md (#4003)

Added the missing "s" on "submissions", otherwise this error comes up:
The Service "mailserver" is invalid: spec.ports[2].name: Duplicate value: "submission"
This commit is contained in:
F. Eber 2024-05-05 19:26:58 +02:00 committed by GitHub
parent d52b813cd9
commit 10f72224ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -152,7 +152,7 @@ If using our Helm chart is not viable for you, here is some guidance to start wi
targetPort: smtp
protocol: TCP
# submissions (ESMTP with implicit TLS)
- name: submission
- name: submissions
port: 465
targetPort: submissions
protocol: TCP