mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 15:44:56 +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
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ If using our Helm chart is not viable for you, here is some guidance to start wi
|
||||||
targetPort: smtp
|
targetPort: smtp
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
# submissions (ESMTP with implicit TLS)
|
# submissions (ESMTP with implicit TLS)
|
||||||
- name: submission
|
- name: submissions
|
||||||
port: 465
|
port: 465
|
||||||
targetPort: submissions
|
targetPort: submissions
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue