enable use-forwarded-headers for L7 LB

This commit is contained in:
ocowchun(Ben Yeh) 2019-01-19 17:51:03 +08:00 committed by ocowchun
parent 42d3f68992
commit 2f45d4f56d

View file

@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/part-of: ingress-nginx
data:
use-proxy-protocol: "false"
use-forwarded-headers: "true"
proxy-real-ip-cidr: "0.0.0.0/0" # restrict this to the IP addresses of ELB
---