ingress-nginx-helm/deploy/provider/aws/patch-configmap-l7.yaml

11 lines
229 B
YAML
Raw Normal View History

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"