Files
gitea/READ_ME.md
2025-12-21 18:55:56 +01:00

401 B

Gitea was installed with the use of helm using the helm-values.yaml

  helm repo add gitea-charts https://dl.gitea.com/charts/
  
  helm install gitea gitea-charts/gitea -f helm-values.yaml

if you want to upgrade the gitea helm use below command

    helm upgrade gitea gitea-charts/gitea -f helm-values.yaml

Ingress is needed as well

    kubectl apply -f gitea.yaml