mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2025-05-07 20:35:30 +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:
parent
d52b813cd9
commit
10f72224ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user