kubernetes-service-repo/Radarr
2026-04-15 16:24:23 +01:00
..
deployment.yml feat(radarr): Changed uid and gid env variables to be set by the user 2026-04-15 16:24:23 +01:00
ingress.yml feat(radarr): Added radarr config and readme content 2026-04-15 16:17:14 +01:00
README.md feat(radarr): Changed uid and gid env variables to be set by the user 2026-04-15 16:24:23 +01:00
service.yml feat(radarr): Added radarr config and readme content 2026-04-15 16:17:14 +01:00

Radarr

Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both a 4k version and 1080p version of a given movie you will need multiple instances.
- source

Using this kubernetes config

In deployment.yml, set the host paths for the downloads folder (the folder that your download client of choice will download files to) and the media folder (where the movies will be stored by Radarr). Also set the user ID and group ID that Radarr will run under. This will affect the user and group of files and folders managed by Radarr

In ingress.yml, set the hostname that users will use to connect to the service. This config assumes you have cert-manager installed on your cluster, so if you want to provide HTTPS another way, feel free to comment out the spec.tls section (the annotation shouldn't affect anything, but you can comment it out as well if you want)