Files
turingpi/radarr_values.yaml
T
2024-04-21 18:11:46 +02:00

34 lines
882 B
YAML

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