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
+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