mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 00:54:54 +02:00
docs(k8s): Advise externalTrafficPolicy: Local
if no PROXY protocol configured (#4039)
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
a96a4e2768
commit
95d965fb76
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ If using our Helm chart is not viable for you, here is some guidance to start wi
|
||||||
app: mailserver
|
app: mailserver
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
|
# `Local` is most likely required, otherwise every incoming request would be identified by the external IP,
|
||||||
|
# which will get banned by Fail2Ban when monitored services are not configured for PROXY protocol
|
||||||
|
externalTrafficPolicy: Local
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue