mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
10 lines
199 B
YAML
10 lines
199 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: ingress-nginx-controller
|
|
namespace: ingress-nginx
|
|
data:
|
|
use-forwarded-headers: true
|
|
compute-full-forwarded-for: true
|
|
use-proxy-protocol: true
|