docs: document hosted Helm repository

This commit is contained in:
jubnl 2026-04-11 15:40:02 +02:00
parent 0f6be35870
commit c96044f4f7
No known key found for this signature in database
GPG Key ID: CD823EC5FB4EB9D2
2 changed files with 24 additions and 0 deletions

View File

@ -96,6 +96,18 @@
- **Weather**: Open-Meteo API (free, no key required)
- **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
```bash

View File

@ -10,8 +10,20 @@ This is a minimal Helm chart for deploying the TREK app.
- Optional generic Ingress support
- 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
Or install directly from the local chart:
```sh
helm install trek ./chart \
--set ingress.enabled=true \