You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

on-kubernetes.en-us.md 706 B

123456789101112131415161718192021222324252627
  1. ---
  2. date: "2020-03-19T19:27:00+02:00"
  3. title: "Install on Kubernetes"
  4. slug: "install-on-kubernetes"
  5. weight: 10
  6. toc: false
  7. draft: false
  8. menu:
  9. sidebar:
  10. parent: "installation"
  11. name: "Kubernetes"
  12. weight: 50
  13. identifier: "install-on-kubernetes"
  14. ---
  15. # Installation with Helm (on Kubernetes)
  16. Gitea provides a Helm Chart to allow for installation on kubernetes.
  17. A non-customized install can be done with:
  18. ```
  19. helm repo add gitea-charts https://dl.gitea.io/charts/
  20. helm install gitea gitea-charts/gitea
  21. ```
  22. If you would like to customize your install, which includes kubernetes ingress, please refer to the complete [Gitea helm chart configuration details](https://gitea.com/gitea/helm-chart/)