mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 13:21:46 +00:00
docs: document hosted Helm repository
This commit is contained in:
@@ -96,6 +96,18 @@
|
|||||||
- **Weather**: Open-Meteo API (free, no key required)
|
- **Weather**: Open-Meteo API (free, no key required)
|
||||||
- **Icons**: lucide-react
|
- **Icons**: lucide-react
|
||||||
|
|
||||||
|
## Helm (Kubernetes)
|
||||||
|
|
||||||
|
A hosted Helm repository is available:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
helm repo add trek https://mauriceboe.github.io/TREK
|
||||||
|
helm repo update
|
||||||
|
helm install trek trek/trek
|
||||||
|
```
|
||||||
|
|
||||||
|
See [`charts/README.md`](charts/README.md) for configuration options.
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@@ -10,8 +10,20 @@ This is a minimal Helm chart for deploying the TREK app.
|
|||||||
- Optional generic Ingress support
|
- Optional generic Ingress support
|
||||||
- Health checks on `/api/health`
|
- Health checks on `/api/health`
|
||||||
|
|
||||||
|
## Helm Repository
|
||||||
|
|
||||||
|
A hosted Helm repository is available:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
helm repo add trek https://mauriceboe.github.io/TREK
|
||||||
|
helm repo update
|
||||||
|
helm install trek trek/trek
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Or install directly from the local chart:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
helm install trek ./chart \
|
helm install trek ./chart \
|
||||||
--set ingress.enabled=true \
|
--set ingress.enabled=true \
|
||||||
|
|||||||
Reference in New Issue
Block a user