GITLAB HELM CHART DEPLOYMENT
Follow the below steps for Gitlab Helm Chart Deployment:
-
Add Gitlab Helm chart repository by executing the below commands
-
helm repo add gitlab https://charts.gitlab.io
-
helm repo update
-
-
Download Gitlab Helm Chart bundle locally:
-
helm fetch --untar gitlab/gitlab
-
-
Generate the Application base yaml file using the below command:
-
mkdir rendered
-
Helm 2:
helm template --name gitlab ./gitlab --set global.hosts.domain=<GitlabDomain> --set certmanager-issuer.email=<emailID> --set volumePermissions.enabled=true --output-dir=./rendered
-
Helm 3:
helm template gitlab ./gitlab --set global.hosts.domain=<GitlabDomain> --set certmanager-issuer.email=<emailID> --set volumePermissions.enabled=true --output-dir=./rendered
-
NOTE:
The container docker.io/bitnami/postgres-exporter is not secured (protected) by VSP