From 265cad5871c1450828a9d2ebec318be61077d59d Mon Sep 17 00:00:00 2001 From: darox Date: Wed, 29 Nov 2023 12:58:29 +0100 Subject: [PATCH] Readme: add note on helm chart Signed-off-by: darox --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8b91c12..3635627 100644 --- a/README.md +++ b/README.md @@ -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.