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
+8 -9
View File
@@ -1,15 +1,18 @@
---
replicaCount: 1
image:
repository: ghcr.io/linuxserver/sonarr
tag: latest
pullPolicy: IfNotPresent
pullPolicy: Always
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: "Europe/Amsterdam"
service:
type: ClusterIP
@@ -18,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/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
subPath: "configs/sonarr"
- name: "plex-data"
mountPath: "/nfs"