mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-12 13:37:13 +02:00
Add Helm Chart (#454)
This commit is contained in:
15
docs/installation/kubernetes.md
Normal file
15
docs/installation/kubernetes.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Install on Kubernetes
|
||||
|
||||
A [Helm](https://helm.sh) chart is available to install Opengist on a Kubernetes cluster.
|
||||
Check the [Helm documentation](https://helm.sh/docs/) for more information on how to use Helm.
|
||||
|
||||
A non-customized installation of Opengist can be done with:
|
||||
|
||||
```bash
|
||||
helm repo add opengist https://helm.opengist.io
|
||||
|
||||
helm install opengist opengist/opengist
|
||||
```
|
||||
|
||||
Refer to the [Opengist chart](https://github.com/thomiceli/opengist/tree/master/helm/opengist) for more information
|
||||
about the chart and to customize your installation.
|
Reference in New Issue
Block a user