소스 검색

Add Helm Chart

Christian Huth 1 년 전
부모
커밋
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)