ingress-nginx-helm/test/e2e-image/namespace-overlays/custom-health-check-path/values.yaml

34 lines
630 B
YAML
Raw Normal View History

2020-03-18 11:35:29 +00:00
# TODO: remove the need to use fullnameOverride
fullnameOverride: nginx-ingress
controller:
image:
2020-07-08 21:56:50 +00:00
repository: ingress-controller/controller
tag: 1.0.0-dev
2020-07-09 23:25:33 +00:00
digest:
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
defaultBackend:
enabled: false
rbac:
2020-03-18 11:35:29 +00:00
create: true
scope: true