state as today

This commit is contained in:
gilgamezh
2024-04-21 18:11:46 +02:00
parent 728f994ac8
commit 2e801d4a14
20 changed files with 558 additions and 15 deletions
+33
View File
@@ -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