metalmatze / alertmanager-bot

[deprecated] Bot for Prometheus' Alertmanager
MIT License
661 stars 148 forks source link

[Feature] add basic helm chart #195

Closed iwilltry42 closed 2 years ago

iwilltry42 commented 2 years ago

Super basic helm chart based on the StatefulSet example that I used to deploy to my K3s cluster. There are certainly many more options to expose, but this should take it off the ground.

FWIW: Just gave this bot a try today and absolutely love it, thank you!

metalmatze commented 2 years ago

Thank you for working on this, sadly I don't have any plan on supporting a helm chart in this repository. However, there already seems to be https://github.com/k8s-at-home/charts/tree/master/charts/stable/alertmanager-bot and I'd love for you to help these people maintaining and maybe merging the missing features into that helm chart.

iwilltry42 commented 2 years ago

Sure thing :+1: I guess the k8s-at-home chart is generic enough (thanks to inheriting there common base chart setup) to configure every piece of alertmanager-bot via environment variables. My variant is more lightweight and thus less flexible, only providing the common options, but directly exposed through the values file. It could be nice to link to that external chart in the README though :+1: