Skip to content

Commit

Permalink
chore(cross-seed): add tmp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Sep 27, 2024
1 parent d291d5f commit 21b5840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kubernetes/apps/media/cross-seed/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ spec:
globalMounts:
- path: /media/downloads
subPath: downloads
tmp:
type: emptyDir
service:
app:
controller: *app
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/cross-seed/app/resources/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
linkDir: "/media/downloads/torrents/complete/cross-seed",
linkType: "hardlink",
matchMode: "safe",
outputDir: "/config",
outputDir: "/tmp",
qbittorrentUrl: "http://qbittorrent.media.svc.cluster.local:8080",
skipRecheck: true,
torrentDir: "/config/qBittorrent/BT_backup",
Expand Down

0 comments on commit 21b5840

Please sign in to comment.