just keep changes up to date
This commit is contained in:
@@ -3,6 +3,8 @@ claimToken: "claim-Ku3YYmJzDB1mpyG6YD7x"
|
|||||||
image:
|
image:
|
||||||
repository: linuxserver/plex
|
repository: linuxserver/plex
|
||||||
tag: latest
|
tag: latest
|
||||||
|
pullPolicy: Always
|
||||||
|
|
||||||
|
|
||||||
kubePlex:
|
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.
|
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
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: lscr.io/linuxserver/prowlarr
|
repository: lscr.io/linuxserver/prowlarr
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
|||||||
+7
-9
@@ -1,16 +1,18 @@
|
|||||||
## media.radarr.values.yml
|
---
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/radarr
|
repository: ghcr.io/linuxserver/radarr
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: PGID
|
- name: PGID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
|
- name: TZ
|
||||||
|
value: "Europe/Amsterdam"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -19,15 +21,11 @@ service:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: "plex-data"
|
- name: "plex-data"
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: "plex-data" # PersistentVolumeClaim created earlier
|
claimName: "plex-data"
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: "plex-data"
|
- name: "plex-data"
|
||||||
mountPath: "/config"
|
mountPath: "/config"
|
||||||
subPath: "configs/radarr" # Path /mnt/ssd/media/configs/radarr where radarr writes the configuration
|
subPath: "configs/radarr"
|
||||||
- name: "plex-data"
|
- name: "plex-data"
|
||||||
mountPath: "/downloads/transmission"
|
mountPath: "/nfs"
|
||||||
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
|
|
||||||
|
|||||||
+8
-9
@@ -1,15 +1,18 @@
|
|||||||
|
---
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/linuxserver/sonarr
|
repository: ghcr.io/linuxserver/sonarr
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: Always
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: PGID
|
- name: PGID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
|
- name: TZ
|
||||||
|
value: "Europe/Amsterdam"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
@@ -18,15 +21,11 @@ service:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: plex-data
|
- name: plex-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: "plex-data" # PersistentVolumeClaim created earlier
|
claimName: "plex-data"
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: plex-data
|
- name: plex-data
|
||||||
mountPath: "/config"
|
mountPath: "/config"
|
||||||
subPath: "configs/sonarr" # Path /mnt/ssd/media/configs/sonarr where sonarr writes the configuration
|
subPath: "configs/sonarr"
|
||||||
- name: plex-data
|
- name: "plex-data"
|
||||||
mountPath: "/downloads/transmission"
|
mountPath: "/nfs"
|
||||||
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
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ env:
|
|||||||
- name: TRANSMISSION_PEER_PORT
|
- name: TRANSMISSION_PEER_PORT
|
||||||
value: "47444"
|
value: "47444"
|
||||||
- name: TRANSMISSION_DOWNLOAD_DIR
|
- name: TRANSMISSION_DOWNLOAD_DIR
|
||||||
value: "/downloads/transmission"
|
value: "/nfs/torrent"
|
||||||
- name: PUID
|
- name: PUID
|
||||||
value: "1000"
|
value: "1000"
|
||||||
- name: PGID
|
- name: PGID
|
||||||
@@ -55,8 +55,8 @@ volumeMounts:
|
|||||||
mountPath: "/data"
|
mountPath: "/data"
|
||||||
subPath: "configs/transmission-data" # Path /mnt/ssd/media/configs/transmission-data where transmission writes the configuration
|
subPath: "configs/transmission-data" # Path /mnt/ssd/media/configs/transmission-data where transmission writes the configuration
|
||||||
- name: "plex-data"
|
- name: "plex-data"
|
||||||
mountPath: "/downloads/transmission"
|
mountPath: "/nfs/torrent"
|
||||||
subPath: "downloads/transmission" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents
|
subPath: "torrent" # Path /mnt/ssd/media/downloads/transmission where transmission downloads Torrents
|
||||||
- name: "dev-tun"
|
- name: "dev-tun"
|
||||||
mountPath: "/dev/net/tun" # Needed for VPN
|
mountPath: "/dev/net/tun" # Needed for VPN
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user