Should there be a need for a private Git-repository on your Kubernetes cluster, this is the right place to learn how to set it up.

Gitea will be used as repository. It comes with a neatly maintained Helm-chart which makes life much easier.

If not done already, Helm needs to be installed first.

Helm Installation

There are several ways how to install Helm.

I am on macOS and can either install it with a script:

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
cat get_helm.sh

#k3 #gitea #kubernetes #git

Setup a Private Git-Repository in Kubernetes with Gitea
3.40 GEEK