# gitlab-chart **Repository Path**: chriscentos/gitlab-chart ## Basic Information - **Project Name**: gitlab-chart - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-05 - **Last Updated**: 2022-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Helm chart to install Gitlab This chart is based on [my manifests](https://github.com/lwolf/kubernetes-gitlab) for manual deployment with lots of improvements. Some of the features: * Fully automated installation of Gitlab. * Register and manage Letsencrypt certificates with [kube-lego](https://github.com/jetstack/kube-lego) * Deploys PostgreSQL, Redis and Minio as part of the setup * Deploys fully configured Docker registry with external domain (letsencrypt) and integration with gitlab. * Semi-automatic creating of Runner * Ability to customize any of the [environment variables](https://github.com/sameersbn/docker-gitlab#available-configuration-parameters) ## Requirements * Kubernetes 1.5 (for StatefulSets support). * PV support on the underlying infrastructure * Helm 2.2.0 (for conditions and flags support) ## Quick installation ``` # add repository (needed for dependencies) $ helm repo add lwolf-charts http://charts.lwolf.org # get default values.yaml file $ curl https://raw.githubusercontent.com/lwolf/gitlab-chart/master/gitlab/values.yaml -o values-test.yaml # install $ helm install -f values-test.yaml lwolf-charts/gitlab # establish DNS # if running with minikube, add an entry in /etc/hosts to the result of `$ minikube ip` # Wait until gitlab is up and running. $ while ! curl --output /dev/null --silent --head --fail https://gitlab.example.com/help; do sleep 1 && echo -n .; done ................................................... # Open gitlab runner configuration and check that Runner is successfully registered. # Copy token and run upgrade. $ helm upgrade -f values-test.yaml --set runner.token= lwolf-charts/gitlab --namespace=gitlab ``` ## TODO: - [x] splitting registry/runner into separate charts - [x] Add support for gitlab pages - [x] Upgrade to v9 - [x] Upgrade to Kubernetes 1.6+ - [x] more flexible runner configuration - [ ] testing/refactoring - [ ] monitoring of the whole thing in Prometheus ## Support on Beerpay Hey dude! Help me out for a couple of :beers:! [![Beerpay](https://beerpay.io/lwolf/gitlab-chart/badge.svg?style=beer-square)](https://beerpay.io/lwolf/gitlab-chart) [![Beerpay](https://beerpay.io/lwolf/gitlab-chart/make-wish.svg?style=flat-square)](https://beerpay.io/lwolf/gitlab-chart?focus=wish)