mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
docs: add helm chart
Release-As: 1.10.2
This commit is contained in:
28
README.md
28
README.md
@@ -16,6 +16,7 @@ Whether you don't want to overload your Raspberry Pi, or your QA environment is
|
|||||||
- [Use the Docker image](#use-the-docker-image)
|
- [Use the Docker image](#use-the-docker-image)
|
||||||
- [Use the binary distribution](#use-the-binary-distribution)
|
- [Use the binary distribution](#use-the-binary-distribution)
|
||||||
- [Compile your binary from the sources](#compile-your-binary-from-the-sources)
|
- [Compile your binary from the sources](#compile-your-binary-from-the-sources)
|
||||||
|
- [Use the Helm Chart](#use-the-helm-chart)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Configuration File](#configuration-file)
|
- [Configuration File](#configuration-file)
|
||||||
- [Environment Variables](#environment-variables)
|
- [Environment Variables](#environment-variables)
|
||||||
@@ -43,9 +44,13 @@ You can install Sablier using one of the following methods:
|
|||||||
- [Use the Docker image](#use-the-docker-image)
|
- [Use the Docker image](#use-the-docker-image)
|
||||||
- [Use the binary distribution](#use-the-binary-distribution)
|
- [Use the binary distribution](#use-the-binary-distribution)
|
||||||
- [Compile your binary from the sources](#compile-your-binary-from-the-sources)
|
- [Compile your binary from the sources](#compile-your-binary-from-the-sources)
|
||||||
|
- [Use the Helm Chart](#use-the-helm-chart)
|
||||||
|
|
||||||
### Use the Docker image
|
### Use the Docker image
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
- **Docker Hub**: [sablierapp/sablier](https://hub.docker.com/r/sablierapp/sablier)
|
- **Docker Hub**: [sablierapp/sablier](https://hub.docker.com/r/sablierapp/sablier)
|
||||||
- **GitHub Container Registry**: [ghcr.io/sablierapp/sablier](https://github.com/sablierapp/sablier/pkgs/container/sablier)
|
- **GitHub Container Registry**: [ghcr.io/sablierapp/sablier](https://github.com/sablierapp/sablier/pkgs/container/sablier)
|
||||||
|
|
||||||
@@ -75,6 +80,29 @@ make
|
|||||||
./sablier_draft_linux-amd64
|
./sablier_draft_linux-amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Use the Helm Chart
|
||||||
|
|
||||||
|
<img src="./docs/assets/img/helm.png" alt="Helm" width="100" align="right" />
|
||||||
|
|
||||||
|
Deploy Sablier to your Kubernetes cluster using the official Helm chart for production-ready deployments.
|
||||||
|
|
||||||
|
Add the Sablier Helm repository:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
helm repo add sablierapp https://sablierapp.github.io/helm-charts
|
||||||
|
helm repo update
|
||||||
|
```
|
||||||
|
|
||||||
|
Install Sablier:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
helm install sablier sablierapp/sablier
|
||||||
|
```
|
||||||
|
|
||||||
|
📚 **[Full Documentation](https://github.com/sablierapp/helm-charts/tree/main/charts/sablier)** | 💻 **[Chart Repository](https://github.com/sablierapp/helm-charts)**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
There are three ways to configure Sablier:
|
There are three ways to configure Sablier:
|
||||||
|
|||||||
Reference in New Issue
Block a user