Update README.md

This commit is contained in:
Christian Huth 2025-02-04 16:02:47 +01:00 committed by GitHub
parent 59a3e4a0a6
commit dd736f314f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,18 +78,6 @@ 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)