docs: Add Helm Chart reference to the README

This commit is contained in:
Thomas Dupont 2022-03-02 11:32:12 +01:00 committed by Joachim Van Herwegen
parent 330b645236
commit 3b353affb1

View File

@ -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 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 ## 🔧 Configuring the server
The Community Solid Server is designed to be flexible The Community Solid Server is designed to be flexible
such that people can easily run different configurations. such that people can easily run different configurations.