What is the minimal Setup for Gitlab CE Helm Chart?
Hi. We are using Gitlab just as a usual Repository. Code is pushed, hook to jenkins, build, test and publish to kubernetes.
We are using Gitlab Cloud Native Helm Chart which setups all these components to our Kubernetes:
kubectl get svc -n gitlab:
- gitlab-gitlab-monitor
- gitlab-gitlab-shell
- gitlab-minio
- gitlab-nginx-ingress-controller
- gitlab-nginx-ingress-default-backend
- gitlab-postgresql
- gitlab-prometheus-server
- gitlab-redis
- gitlab-registry
- gitlab-sidekiq-all-in-1
- gitlab-task-runner
- gitlab-unicorn
There are 22 different pods running and i doubt, that we need them all.
Greetings,
Alexej