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
+2
View File
@@ -3,6 +3,8 @@ claimToken: "claim-Ku3YYmJzDB1mpyG6YD7x"
image:
repository: linuxserver/plex
tag: latest
pullPolicy: Always
kubePlex:
enabled: false # kubePlex (transcoder job) is disabled because not available on ARM. The transcoding will be performed by the main Plex instance instead of a separate Job.
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: lscr.io/linuxserver/prowlarr
tag: latest
pullPolicy: IfNotPresent
pullPolicy: Always
env:
- name: TZ
+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"
+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"
+3 -3
View File
@@ -30,7 +30,7 @@ env:
- name: TRANSMISSION_PEER_PORT
value: "47444"
- name: TRANSMISSION_DOWNLOAD_DIR
value: "/downloads/transmission"
value: "/nfs/torrent"
- name: PUID
value: "1000"
- name: PGID
@@ -55,8 +55,8 @@ volumeMounts:
mountPath: "/data"
subPath: "configs/transmission-data" # Path /mnt/ssd/media/configs/transmission-data where transmission writes the configuration
- name: "plex-data"
mountPath: "/downloads/transmission"
subPath: "downloads/transmission" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents
mountPath: "/nfs/torrent"
subPath: "torrent" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents
- name: "dev-tun"
mountPath: "/dev/net/tun" # Needed for VPN