element-hq / helm-charts

6 stars 3 forks source link

Add chart to deploy calendar_bot #36

Closed Arkaniad closed 4 months ago

Arkaniad commented 4 months ago

Add a Helm chart to deploy @erikjohnston 's calendar_bot to Kubernetes

Basic chart, no handling of app specific configuration at this point. Must have a configuration file in a Secret and mount it in chart values to /config path.

Arkaniad commented 4 months ago

I can confirm this chart more or less works, configuration will be done out of band and mounted as an extra volume so this should be good to go for now.