Skip to content

Commit

Permalink
docs: Update and extend helm instructions
Browse files Browse the repository at this point in the history
* docs: helm instruction links updated + more instruction.

* Update README.md

Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com>

Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com>
  • Loading branch information
MisterTimn and joachimvh committed Mar 23, 2022
1 parent e4f1e2a commit 3c32466
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ docker run --rm -v ~/solid-config:/config -p 3000:3000 -it solidproject/communit
```

### 🗃️ 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).
The official [Helm](https://helm.sh/) Chart for Kubernetes deployment is maintained at [CommunitySolidServer/css-helm-chart](https://github.com/CommunitySolidServer/css-helm-chart) and published on [ArtifactHUB](https://artifacthub.io/packages/helm/community-solid-server/community-solid-server). There you will find complete installation instructions.

```
# Summary
helm repo add community-solid-server https://communitysolidserver.github.io/css-helm-chart/charts/
helm install my-css community-solid-server/community-solid-server
```

## 🔧 Configuring the server
The Community Solid Server is designed to be flexible
Expand Down

0 comments on commit 3c32466

Please sign in to comment.