Skip to content

Use nginx deployment instead of daemonset with upstream fork of nginx-ingress

Corey O'Brien requested to merge 458-nginx into master
  • Changes from upstream in chart README.md
  • Add a tcp port configmap in gitlab-shell to configure nginx
  • Switch to deployment instead of daemonset

This pulls the upstream nginx-ingress chart and adds our 2 required changes:

  • The ability to override the tcp controlmap from outside the chart
  • The ability to override the nginx-ingress name with a templated name

Closes #458 (closed)

Edited by Corey O'Brien

Merge request reports