2017-10-13 13:55:03 +00:00
|
|
|
kind: ConfigMap
|
|
|
|
apiVersion: v1
|
|
|
|
metadata:
|
|
|
|
name: nginx-configuration
|
|
|
|
namespace: ingress-nginx
|
|
|
|
labels:
|
2018-08-22 13:37:22 +00:00
|
|
|
app.kubernetes.io/name: ingress-nginx
|
|
|
|
app.kubernetes.io/part-of: ingress-nginx
|
2017-10-13 13:55:03 +00:00
|
|
|
data:
|
|
|
|
use-proxy-protocol: "false"
|
2019-01-19 09:51:03 +00:00
|
|
|
use-forwarded-headers: "true"
|
|
|
|
proxy-real-ip-cidr: "0.0.0.0/0" # restrict this to the IP addresses of ELB
|
2018-09-26 13:15:57 +00:00
|
|
|
---
|
|
|
|
|