mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Update and extend helm instructions
* 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>
This commit is contained in:
parent
e4f1e2aa0c
commit
3c32466d88
@ -84,7 +84,13 @@ docker run --rm -v ~/solid-config:/config -p 3000:3000 -it solidproject/communit
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 🗃️ Helm Chart
|
### 🗃️ 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
|
## 🔧 Configuring the server
|
||||||
The Community Solid Server is designed to be flexible
|
The Community Solid Server is designed to be flexible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user