Skip to content

Commit

Permalink
Merge pull request #11 from darox/improve-readme
Browse files Browse the repository at this point in the history
Readme: add note on helm chart
  • Loading branch information
darox authored Nov 29, 2023
2 parents bbd0c91 + 265cad5 commit 71d6917
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 71d6917

Please sign in to comment.