Install Ingress with a cluster management project

Introduced in GitLab 14.0.

Assuming you already have a Cluster management project created from a management project template, to install Ingress you should uncomment this line from your helmfile.yaml:

  - path: applications/ingress/helmfile.yaml

Ingress is installed by default into the gitlab-managed-apps namespace of your cluster.

You can customize the installation of Ingress by updating the applications/ingress/values.yaml file in your cluster management project. Refer to the chart for the available configuration options.

Support for installing the Ingress managed application is provided by the GitLab Configure group. If you run into unknown issues, open a new issue, and ping at least 2 people from the Configure group.