ingress-nginx-helm/docs/examples/customization/custom-headers/custom-headers.yaml

10 lines
188 B
YAML
Raw Normal View History

2017-02-11 20:19:43 +00:00
apiVersion: v1
data:
X-Different-Name: "true"
X-Request-Start: t=${msec}
X-Using-Nginx-Controller: "true"
kind: ConfigMap
metadata:
name: custom-headers
namespace: ingress-nginx