Helm chart

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.

11 points · 3 comments · view on lemmy.world

3 Comments

koopatroopa@lemmy.world · 5 pts · 2y

I'm interested

eodur@lemmy.world · 2 pts · 2y

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

frokie@lemmy.world · 1 pts · 2y

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!