replicaCount: 1 image: repository: ghcr.io/linuxserver/sonarr tag: latest pullPolicy: IfNotPresent env: - name: PUID value: "1000" - name: PGID value: "1000" service: type: ClusterIP port: 8989 volumes: - name: plex-data persistentVolumeClaim: claimName: "plex-data" # PersistentVolumeClaim created earlier volumeMounts: - name: plex-data mountPath: "/config" subPath: "configs/sonarr" # Path /mnt/ssd/media/configs/sonarr where sonarr writes the configuration - name: plex-data mountPath: "/downloads/transmission" subPath: "downloads/transmission" # Path /mnt/ssd/media/downloads/transmission where sonarr picks up downloaded episodes - name: plex-data mountPath: "/tv" subPath: "library/tv" # Path /mnt/ssd/media/library/tv where sonarr moves and renames the episodes