feat(autobrr): add emptyDir config dir for logs
This commit is contained in:
parent
f4a6d3aeb1
commit
53f1d13c73
1 changed files with 8 additions and 1 deletions
|
@ -37,7 +37,7 @@ spec:
|
|||
env:
|
||||
AUTOBRR__HOST: "0.0.0.0"
|
||||
AUTOBRR__PORT: &port 8080
|
||||
AUTOBRR__LOG_LEVEL: "INFO"
|
||||
AUTOBRR__LOG_LEVEL: "TRACE"
|
||||
AUTOBRR__CHECK_FOR_UPDATES: false
|
||||
AUTOBRR__DATABASE_TYPE: postgres
|
||||
AUTOBRR__POSTGRES_HOST: *dbHost
|
||||
|
@ -101,3 +101,10 @@ spec:
|
|||
service:
|
||||
identifier: app
|
||||
port: http
|
||||
persistence:
|
||||
# Autobrr is configured through environmental vars. This is being made to provide a place
|
||||
# for temporary log files
|
||||
config:
|
||||
type: emptyDir
|
||||
globalMounts:
|
||||
- path: /config
|
||||
|
|
Loading…
Add table
Reference in a new issue