Skip to content

Commit a770809

Browse files
authored
Merge pull request #178 from Roger-Roger-debug/patch-1
Add additional info about enabling proxyprotocol.
2 parents 90b9a27 + b5895a2 commit a770809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/docker-mailserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ This can get a bit complicated, as explained in the `docker-mailserver` [documen
199199

200200
One approach to preserving the client IP address is to use the PROXY protocol, which is explained in the [documentation](https://docker-mailserver.github.io/docker-mailserver/latest/config/advanced/kubernetes/#proxy-port-to-service-via-proxy-protocol).
201201

202-
The Helm chart supports the use of the proxy protocol via the `proxyProtocol` key. By default `proxyProtocol.enable` is true, and `trustedNetworks` is set to the private IP network ranges, as are typically used inside a cluster.
202+
The Helm chart supports the use of the proxy protocol via the `proxyProtocol` key. By default `proxyProtocol.enable` is true, and `trustedNetworks` is set to the private IP network ranges, as are typically used inside a cluster. Additionally, you will need to enable the proxyProtocol for your loadbalancer. If you are using a cloud service they will most likely have documentation on how to do this for their loadbalancer. If you are using k3s then this is currently impossible with the default components.
203203

204204
```yaml
205205
proxyProtocol:

0 commit comments

Comments
 (0)