
Replace `proxy-headers` with `custom-headers` to match [nginx-load-balancer-conf.yaml](https://github.com/kubernetes/ingress/blob/master/examples/customization/custom-headers/nginx/nginx-load-balancer-conf.yaml#L3)
9 lines
186 B
YAML
9 lines
186 B
YAML
apiVersion: v1
|
|
data:
|
|
X-Different-Name: "true"
|
|
X-Request-Start: t=${msec}
|
|
X-Using-Nginx-Controller: "true"
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: custom-headers
|
|
namespace: kube-system
|