This application is meant to be deployed to Kubernetes using Kustomize.
- Website: https://sonarr.tv/
- Container Image: https://hub.docker.com/r/linuxserver/sonarr
- The container image requires the volume mounted files to be owned by a single
UID
andGID
which is set in the Kustomization.yml file.
An example overlay is provided from my environment. Simply create a new overlay using it as an example and deploy it to your environment like so:
kustomize build Sonarr/overlays/example | kubectl apply -f-