<< PREVIOUS      NEXT >>

 

GITLAB HELM CHART DEPLOYMENTPicture 35


 

Follow the below steps for Gitlab Helm Chart Deployment:

  1. Add Gitlab Helm chart repository by executing the below commands

    1. helm repo add gitlab https://charts.gitlab.io

       

       

    2. helm repo update

       

       

  2. Download Gitlab Helm Chart bundle locally:

    1. helm fetch --untar gitlab/gitlab

       

       

  3. Generate the Application base yaml file using the below command:

    1. mkdir rendered

       

       

    2. Helm 2: 

      helm template --name gitlab ./gitlab --set global.hosts.domain=<GitlabDomain> --set certmanager-issuer.email=<emailID> --set volumePermissions.enabled=true --output-dir=./rendered

       

    3. 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