state as today
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user