Skip to content

Commit

Permalink
Readme: add note on helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: darox <maderdario@gmail.com>
  • Loading branch information
darox committed Nov 29, 2023
1 parent 654189b commit 265cad5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ Start sender:
python3 twampy.py sender
```

## Helm chart

Twampy can be deployed as Helm chart in Kubernetes.

```bash
helm repo add twampy https://darox.github.io/python3-twampy/install/kubernetes/
helm repo update
helm install twampy twampy/twampy -n twampy --create-namespace
```

## Prometheus metrics

The sender component is the only component that exposes metrics at this moment.
Expand Down

0 comments on commit 265cad5

Please sign in to comment.