mirror of
https://github.com/go-gitea/gitea
synced 2024-11-16 15:01:07 +01:00
Add note about installation on kubernetes to docs (#13469)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
8ae5548188
commit
8a7101fdd3
1 changed files with 27 additions and 0 deletions
27
docs/content/doc/installation/on-kubernetes.en-us.md
Normal file
27
docs/content/doc/installation/on-kubernetes.en-us.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
date: "2020-03-19T19:27:00+02:00"
|
||||||
|
title: "Install on Kubernetes"
|
||||||
|
slug: "install-on-kubernetes"
|
||||||
|
weight: 10
|
||||||
|
toc: true
|
||||||
|
draft: false
|
||||||
|
menu:
|
||||||
|
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](https://gitea.com/gitea/helm-chart/)
|
Loading…
Reference in a new issue