just keep changes up to date

This commit is contained in:
gilgamezh
2024-06-22 18:49:35 +02:00
parent 2e801d4a14
commit 6cdd5e7b43
5 changed files with 21 additions and 22 deletions
+7 -9
View File
@@ -1,16 +1,18 @@
## media.radarr.values.yml
---
replicaCount: 1
image:
repository: ghcr.io/linuxserver/radarr
tag: latest
pullPolicy: IfNotPresent
pullPolicy: Always
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: "Europe/Amsterdam"
service:
type: ClusterIP
@@ -19,15 +21,11 @@ service:
volumes:
- name: "plex-data"
persistentVolumeClaim:
claimName: "plex-data" # PersistentVolumeClaim created earlier
claimName: "plex-data"
volumeMounts:
- name: "plex-data"
mountPath: "/config"
subPath: "configs/radarr" # Path /mnt/ssd/media/configs/radarr where radarr writes the configuration
subPath: "configs/radarr"
- 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
mountPath: "/nfs"