Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 595 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 595 Bytes

Sonarr

This application is meant to be deployed to Kubernetes using Kustomize.


Notes

  • The container image requires the volume mounted files to be owned by a single UID and GID which is set in the Kustomization.yml file.

Instructions

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-