Skip to content

Commit

Permalink
docs: Mention the helm chart in the installation instructions (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed May 5, 2021
1 parent 8c5192c commit f1b1830
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit f1b1830

Please sign in to comment.