2020-03-18 11:35:29 +00:00
|
|
|
# TODO: remove the need to use fullnameOverride
|
|
|
|
fullnameOverride: nginx-ingress
|
2020-02-16 14:58:37 +00:00
|
|
|
controller:
|
|
|
|
image:
|
2020-07-08 21:56:50 +00:00
|
|
|
repository: ingress-controller/controller
|
2020-02-16 14:58:37 +00:00
|
|
|
tag: 1.0.0-dev
|
2020-07-09 23:25:33 +00:00
|
|
|
digest:
|
2020-02-16 14:58:37 +00:00
|
|
|
extraArgs:
|
|
|
|
healthz-port: "9090"
|
|
|
|
# e2e tests do not require information about ingress status
|
|
|
|
update-status: "false"
|
|
|
|
|
|
|
|
scope:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
worker-processes: "1"
|
|
|
|
readinessProbe:
|
|
|
|
port: 9090
|
|
|
|
initialDelaySeconds: 1
|
|
|
|
livenessProbe:
|
|
|
|
port: 9090
|
|
|
|
initialDelaySeconds: 1
|
|
|
|
service:
|
|
|
|
type: NodePort
|
2020-03-18 11:35:29 +00:00
|
|
|
admissionWebhooks:
|
|
|
|
enabled: false
|
2020-02-16 14:58:37 +00:00
|
|
|
|
|
|
|
defaultBackend:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
rbac:
|
2020-03-18 11:35:29 +00:00
|
|
|
create: true
|
|
|
|
scope: true
|