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 4e66922b53
commit a8fc20f329

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
---