Skip to content

Commit

Permalink
Helm: move chart
Browse files Browse the repository at this point in the history
This commit removes the chart from this folder and moves it to
https://github.com/darox/helm-charts

Signed-off-by: darox <[email protected]>
  • Loading branch information
darox committed Dec 20, 2023
1 parent 8bc1b1d commit f4c55a1
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 775 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is the Python2 to Python3 conversion of [twampy](https://github.com/nokia/twampy/tree/master).

On top of that it supercharges it by adding:
- Helm chart for Kubernetes
- Helm chart for Kubernetes (hosted at https://github.com/darox/helm-charts)
- Prometheus metrics
- Grafana dashboard

Expand All @@ -28,9 +28,9 @@ python3 twampy.py sender
Twampy can be deployed as Helm chart in Kubernetes.

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

## Prometheus metrics
Expand Down
30 changes: 0 additions & 30 deletions install/kubernetes/index.yaml

This file was deleted.

Binary file removed install/kubernetes/releases/twampy-0.0.1.tgz
Binary file not shown.
Binary file removed install/kubernetes/releases/twampy-0.0.2.tgz
Binary file not shown.
23 changes: 0 additions & 23 deletions install/kubernetes/twampy/.helmignore

This file was deleted.

9 changes: 0 additions & 9 deletions install/kubernetes/twampy/Chart.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions install/kubernetes/twampy/templates/NOTES.txt

This file was deleted.

95 changes: 0 additions & 95 deletions install/kubernetes/twampy/templates/_helpers.tpl

This file was deleted.

74 changes: 0 additions & 74 deletions install/kubernetes/twampy/templates/responder-daemonset.yaml

This file was deleted.

76 changes: 0 additions & 76 deletions install/kubernetes/twampy/templates/responder-deployment.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions install/kubernetes/twampy/templates/responder-service.yaml

This file was deleted.

Loading

0 comments on commit f4c55a1

Please sign in to comment.