magnum/releasenotes/notes/helm-install-ingress-nginx-fe2acec1dd3032e3.yaml
Ricardo Rocha 375fbccf58 [k8s] Add nginx based ingress controller
Add an nginx based Ingress controller for Kubernetes.

The use case is to provide better support use cases which require either
L4 access or SSL passthrough, which lack proper support in Traefik.

Selection is done via the same label 'ingress_controller' with value
'nginx'. Deployment relies on the upstream nginx-ingress helm chart.

Change-Id: I1db2074fce9d43c03f479a6aaeb4f238d7101555
Story: 2005327
Task: 30255
2019-04-10 09:16:59 +02:00

7 lines
227 B
YAML

---
features:
- |
Add nginx as an additional Ingress controller option for Kubernetes.
Installation is done via the upstream nginx-ingress helm chart, and
selection can be done via label ingress_controller=nginx.