当前位置: 首页 > 文档资料 > Gitea 中文文档 >

Install on Kubernetes

优质
小牛编辑
131浏览
2023-12-01

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