Christian Huth 11 місяців тому
батько
коміт
59a3e4a0a6
1 змінених файлів з 12 додано та 0 видалено
  1. 12 0
      README.md

+ 12 - 0
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)