I finally got sonarr/radarr/prowlarr/sabnzbd configured and running in a local k3s cluster, and am thinking about genericizing then open sourcing it as a helm chart once I get cert manager thrown in the mix. Is this a worthwhile endeavor? I get the feeling most of the community uses docker compose.
I’m interested
For things like this i typically use bjw-s app-template: https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template
It’s generic and can be easily adapted for a ton of stuff.
Here’s an example for Radarr using Flux: https://github.com/bjw-s/home-ops/blob/main/kubernetes/cluster-0/apps/downloads/radarr/app/helmrelease.yaml
I’ve got servarr on K8s just through yaml files. I’m working on setting it up through an operator deployment model. Just for fun :). I’m sure a helm repo and or an installer would benefit the community!