August 2019
Beginner
608 pages
16h 7m
English
To deploy GitLab, the following three parameters are required:
So, when you only have a few parameters such as these, just run the command:
$ helm upgrade --install gitlab gitlab/gitlab \--timeout 600 \--set global.hosts.domain=home.joustie.nl \--set global.hosts.externalIP=<your external ip> \--set certmanager-issuer.email=admin@joustie.nl
You can also run a deployment using a values.yml file, just like the GitLab Runners chart. You can find examples at https://gitlab.com/charts/gitlab/tree/master/examples ...
Read now
Unlock full access