fix(autobrr): mount /tmp dir to fix downloading torrent files

This commit is contained in:
SeanOMik 2025-03-26 20:55:15 -04:00
parent 53f1d13c73
commit 25b496bd2e
Signed by: SeanOMik
GPG key ID: FEC9E2FC15235964

View file

@ -102,9 +102,13 @@ spec:
identifier: app
port: http
persistence:
# Autobrr is configured through environmental vars. This is being made to provide a place
# for temporary log files
# Autobrr is configured through environmental vars. This is being made to provide a place for temporary log files
config:
type: emptyDir
globalMounts:
- path: /config
# must mount writable tmp dir
tmp:
type: emptyDir
globalMounts:
- path: /tmp