I'm interested
Servarr - Sonarr/Radarr/Prowlarr
Unofficial Lemmy Community for the Servarr suite of apps.
Lidarr, Prowlarr, Radarr, Readarr, Sonarr, and Whisparr collectively referred to as "*Arr" or "*Arrs". They are designed to automatically grab, sort, organize, and monitor your Music, Movie, E-Book, or TV Show collections for Lidarr, Radarr, Readarr, Sonarr, and Whisparr; and to manage your indexers and keep them in sync with the aforementioned apps for Prowlarr.
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!