Helm chart for sameersbn/gitlab.
Written for Helm 3.
You can clone this repo, enter the repository folder and then execute something like the example_install.sh.
The script will spin up gitlab using the example value file, e.g. example_values.yaml and wire up an ingress.
The example ingress would expose gitlab on http://gitlab.example.com or you can access the gitlab pod or service via kubectl port-forward
.
helm repo add nemonik https://nemonik.github.io/helm-charts/
helm repo update
helm search repo gitlab
helm install gitlab -n gitlab nemonik/gitlab
kubectl get pods -n gitlab -w
3-Clause BSD License
Michael Joseph Walsh [email protected]