ingress-nginx-helm/test/e2e-image/namespace-overlays/forwarded-port-headers/values.yaml
2020-02-16 11:58:37 -03:00

34 lines
681 B
YAML

controller:
image:
repository: ingress-controller/nginx-ingress-controller
tag: 1.0.0-dev
containerPort:
http: "1080"
https: "1443"
extraArgs:
http-port: "1080"
https-port: "1443"
# e2e tests do not require information about ingress status
update-status: "false"
scope:
enabled: true
config:
worker-processes: "1"
podLabels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
service:
name: ingress-nginx
type: NodePort
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
defaultBackend:
enabled: false
rbac:
create: false