You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
706 B
706 B
date | title | slug | weight | toc | draft | menu |
---|---|---|---|---|---|---|
2020-03-19T19:27:00+02:00 | Install on Kubernetes | install-on-kubernetes | 10 | false | false | [{sidebar [{parent installation} {name Kubernetes} {weight 50} {identifier install-on-kubernetes}]}] |
Installation with Helm (on Kubernetes)
Gitea provides a Helm Chart to allow for installation on kubernetes.
A non-customized install can be done with:
helm repo add gitea-charts https://dl.gitea.io/charts/
helm install gitea gitea-charts/gitea
If you would like to customize your install, which includes kubernetes ingress, please refer to the complete Gitea helm chart configuration details