Skip to content
Snippets Groups Projects

Helm simple GitLab deployment script

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Mario Mora

    This chart will allow you do deploy a GitLab POC along with GitLab pages and Runner on it.

    Edited
    values.yml 338 B
    certmanager:
      install: false
    
    global:
      hosts:
        domain: <DOMAIN.TLD>
      ingress:
        configureCertmanager: false
        tls:
          secretName: tls-star-<DOMAIN>
      pages:
        enabled: true
        accessControl: true
        port: 443
        https: true
        
    gitlab:
      gitlab-pages:
        ingress:
          tls:
            secretName: tls-star-pages-<DOMAIN>
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment