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
|
identifier: app
|
||||||
port: http
|
port: http
|
||||||
persistence:
|
persistence:
|
||||||
# Autobrr is configured through environmental vars. This is being made to provide a place
|
# Autobrr is configured through environmental vars. This is being made to provide a place for temporary log files
|
||||||
# for temporary log files
|
|
||||||
config:
|
config:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /config
|
- path: /config
|
||||||
|
# must mount writable tmp dir
|
||||||
|
tmp:
|
||||||
|
type: emptyDir
|
||||||
|
globalMounts:
|
||||||
|
- path: /tmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue