errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.09k stars 608 forks source link

Helm Chart ? #1623

Open KlavsKlavsen opened 1 year ago

KlavsKlavsen commented 1 year ago

Is your feature request related to a problem? Please describe. When I want to run errbot in Kubernetes - it would be really nice with a HelmChart to manage operation of it.

Describe the solution you'd like Is no one running it in k8s - and have possibly shared a Helm Chart? If not - we'll make a PR with what we write..

Current plan would be to point to official docker image, and add an optional initcontainer setting, for "plugins" - which would simply copy extra plugins in, before starting pod - and then it will mount config from a secret (as config holds secrets).

Is feature related to