From 3b353affb1f0919fdcb66172364234eb59c2e3f6 Mon Sep 17 00:00:00 2001 From: Thomas Dupont Date: Wed, 2 Mar 2022 11:32:12 +0100 Subject: [PATCH] docs: Add Helm Chart reference to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f00d7d7aa..901b9c9cd 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ docker run --rm -p 3000:3000 -it solidproject/community-server -c config/default docker run --rm -v ~/solid-config:/config -p 3000:3000 -it solidproject/community-server -c /config/my-config.json ``` +### 🗃️ Helm Chart +The official [Helm](https://helm.sh/) Chart for Kubernetes deployment is maintained and published on [ArtifactHUB](https://artifacthub.io/packages/helm/idlab-gent/css). + ## 🔧 Configuring the server The Community Solid Server is designed to be flexible such that people can easily run different configurations.