Merge pull request #3682 from ocowchun/patch-1

enable use-forwarded-headers for L7 LB
This commit is contained in:
Kubernetes Prow Robot 2019-02-18 19:55:14 -08:00 committed by GitHub
commit d74dea7585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ metadata:
app.kubernetes.io/part-of: ingress-nginx app.kubernetes.io/part-of: ingress-nginx
data: data:
use-proxy-protocol: "false" 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
--- ---