2020-03-18 08:35:29 -03:00
|
|
|
# TODO: remove the need to use fullnameOverride
|
|
|
|
|
fullnameOverride: nginx-ingress
|
2020-02-16 11:58:37 -03:00
|
|
|
controller:
|
|
|
|
|
image:
|
2020-07-08 17:56:50 -04:00
|
|
|
repository: ingress-controller/controller
|
2022-04-09 01:48:04 -03:00
|
|
|
chroot: true
|
2020-02-16 11:58:37 -03:00
|
|
|
tag: 1.0.0-dev
|
2020-07-09 19:25:33 -04:00
|
|
|
digest:
|
2022-04-15 16:53:12 -03:00
|
|
|
digestChroot:
|
2020-02-16 11:58:37 -03: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 08:35:29 -03:00
|
|
|
admissionWebhooks:
|
|
|
|
|
enabled: false
|
2020-02-16 11:58:37 -03:00
|
|
|
|
|
|
|
|
defaultBackend:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
rbac:
|
2020-03-18 08:35:29 -03:00
|
|
|
create: true
|
|
|
|
|
scope: true
|