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
+32
View File
@@ -0,0 +1,32 @@
replicaCount: 1
image:
repository: ghcr.io/linuxserver/sonarr
tag: latest
pullPolicy: IfNotPresent
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
service:
type: ClusterIP
port: 8989
volumes:
- name: plex-data
persistentVolumeClaim:
claimName: "plex-data" # PersistentVolumeClaim created earlier
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