Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 892 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 892 Bytes

sameersbn-gitlab-helm

Helm chart for sameersbn/gitlab.

Requirements

Written for Helm 3.

Example use

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.

To install via my chart repository

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

License

3-Clause BSD License

Author Information

Michael Joseph Walsh [email protected]