Skip to content

Commit

Permalink
feat(sonarr): disable logdb
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed May 5, 2024
1 parent 96ac80e commit ccc738e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kubernetes/main/apps/default/sonarr/app/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ spec:
SONARR__POSTGRES__PORT: "5432"
SONARR__POSTGRES__USER: &dbUser "{{ .SONARR_POSTGRES_USER }}"
SONARR__POSTGRES__PASSWORD: &dbPass "{{ .SONARR_POSTGRES_PASSWORD }}"
SONARR__POSTGRES__MAINDB: sonarr_main
SONARR__POSTGRES__LOGDB: sonarr_log
SONARR__POSTGRES__MAINDB: &dbName sonarr_main
PUSHOVER_TOKEN: "{{ .SONARR_PUSHOVER_TOKEN }}"
PUSHOVER_USER_KEY: "{{ .PUSHOVER_USER_KEY }}"
INIT_POSTGRES_DBNAME: sonarr_main sonarr_log
INIT_POSTGRES_DBNAME: *dbName
INIT_POSTGRES_HOST: *dbHost
INIT_POSTGRES_USER: *dbUser
INIT_POSTGRES_PASS: *dbPass
Expand Down
1 change: 1 addition & 0 deletions kubernetes/main/apps/default/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
SONARR__APP__THEME: dark
SONARR__AUTH__METHOD: External
SONARR__AUTH__REQUIRED: DisabledForLocalAddresses
SONARR__LOG__DBENABLED: "False"
SONARR__LOG__LEVEL: info
SONARR__SERVER__PORT: &port 80
SONARR__UPDATE__BRANCH: develop
Expand Down

0 comments on commit ccc738e

Please sign in to comment.