github.com/nginxinc/kubernetes-ingress@v1.12.5/tests/data/annotations/configmap-with-keys.yaml (about) 1 kind: ConfigMap 2 apiVersion: v1 3 metadata: 4 name: nginx-config 5 namespace: nginx-ingress 6 data: 7 proxy-send-timeout: "33s" 8 hsts: "True" 9 hsts-behind-proxy: "True" 10 upstream-zone-size: "100k"