docs: Mention the helm chart in the installation instructions (#475)

This commit is contained in:
Márk Sági-Kazár 2021-05-05 10:35:02 +02:00 committed by GitHub
parent 8c5192c254
commit f1b183022b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -20,3 +20,20 @@ cd tusd
go build -o tusd cmd/tusd/main.go
```
## Kubernetes installation
A Helm chart for installing Tusd on Kubernetes is available [here](https://github.com/sagikazarmark/helm-charts/tree/master/charts/tusd).
You can install it by running the following commands:
```bash
helm repo add skm https://charts.sagikazarmark.dev
helm install --generate-name --wait skm/tusd
```
Minimum requirements:
- Helm 3+
- Kubernetes 1.16+
Check out the available [values](https://github.com/sagikazarmark/helm-charts/tree/master/charts/tusd#values) for customizing the installation.