Skip to content

Commit 8a7101f

Browse files
Add note about installation on kubernetes to docs (#13469)
Co-authored-by: zeripath <[email protected]>
1 parent 8ae5548 commit 8a7101f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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: true
7+
draft: false
8+
menu:
9+
sidebar:
10+
parent: "installation"
11+
name: "Kubernetes"
12+
weight: 50
13+
identifier: "install-on-kubernetes"
14+
---
15+
16+
# Installation with Helm (on Kubernetes)
17+
18+
Gitea provides a Helm Chart to allow for installation on kubernetes.
19+
20+
A non-customized install can be done with:
21+
22+
```
23+
helm repo add gitea-charts https://dl.gitea.io/charts/
24+
helm install gitea gitea-charts/gitea
25+
```
26+
27+
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/)

0 commit comments

Comments
 (0)