Add Helm Chart
This commit is contained in:
parent
680d5c7052
commit
59a3e4a0a6
12
README.md
12
README.md
@ -78,6 +78,18 @@ Various docker-compose configurations are available. Use `docker compose -f <fil
|
||||
|
||||
Official Kutt Docker image is available on [Docker Hub](https://hub.docker.com/r/kutt/kutt).
|
||||
|
||||
## Kubernetes
|
||||
|
||||
There is a Helm Chart that can be used to install Kutt on a Kubernetes Cluster:
|
||||
|
||||
```sh
|
||||
helm repo add christianhuth https://charts.christianhuth.de
|
||||
helm repo update
|
||||
helm install my-release christianhuth/kutt
|
||||
```
|
||||
|
||||
For more information check the documentation available on [ArtifactHub](https://artifacthub.io/packages/helm/christianhuth/kutt).
|
||||
|
||||
## API
|
||||
|
||||
[View API documentation →](https://docs.kutt.it)
|
||||
|
Loading…
x
Reference in New Issue
Block a user