fix(autobrr): mount /tmp dir to fix downloading torrent files
This commit is contained in:
parent
53f1d13c73
commit
25b496bd2e
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue