I’m trying to run gitlab inside kubernetes (minikube) with helm.
The system is up, I think… but how can I access it?
The docs (https://docs.gitlab.com/charts/) don’t say much.
What I have so far:
minikube start --cpus 4 --memory 8192
helm init
helm repo add gitlab https://charts.gitlab.io/
helm install gitlab/gitlab --set global.ingress.configureCertmanager=false
minikube dashboad
After a while, a bunch of pods are up
now, how can I see the actual gitlab page?
Sorry if my question is too dummie, first time trying to user kubernetes.