
* Initial work on chrooting nginx process * More improvements in chroot * Fix charts and some file locations * Fix symlink on non chrooted container * fix psp test * Add e2e tests to chroot image * Fix logger * Add internal logger in controller * Fix overlay for chrooted tests * Fix tests * fix boilerplates * Fix unittest to point to the right pid * Fix PR review
37 lines
782 B
YAML
37 lines
782 B
YAML
# TODO: remove the need to use fullnameOverride
|
|
fullnameOverride: nginx-ingress
|
|
controller:
|
|
image:
|
|
repository: ingress-controller/controller
|
|
chroot: true
|
|
tag: 1.0.0-dev
|
|
digest:
|
|
containerPort:
|
|
http: "1080"
|
|
https: "1443"
|
|
|
|
extraArgs:
|
|
http-port: "1080"
|
|
https-port: "1443"
|
|
# e2e tests do not require information about ingress status
|
|
update-status: "false"
|
|
ingressClassResource:
|
|
# We will create and remove each IC/ClusterRole/ClusterRoleBinding per test so there's no conflict
|
|
enabled: false
|
|
scope:
|
|
enabled: false
|
|
namespaceSelector: "foo=bar"
|
|
|
|
config:
|
|
worker-processes: "1"
|
|
service:
|
|
type: NodePort
|
|
admissionWebhooks:
|
|
enabled: false
|
|
|
|
defaultBackend:
|
|
enabled: false
|
|
|
|
rbac:
|
|
create: true
|
|
scope: false
|