fix(sonarr) update sonarr env variables to the official variables (#28617)

This commit is contained in:
Xstar97TheNoob
2024-10-30 18:23:54 -07:00
committed by GitHub
parent 45d401849c
commit 741a38ef1d
4 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ sources:
- https://github.com/Sonarr/Sonarr
- https://github.com/truecharts/charts/tree/master/charts/stable/sonarr
type: application
version: 23.2.3
version: 23.3.0
@@ -4,4 +4,4 @@ workload:
containers:
main:
env:
SONARR__AUTHENTICATION_METHOD: Basic
SONARR__AUTH__METHOD: Basic
@@ -0,0 +1,13 @@
service:
main:
ports:
main:
port: 7979
workload:
main:
podSpec:
containers:
main:
env:
SONARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
+9 -3
View File
@@ -37,8 +37,15 @@ workload:
type: http
path: /ping
env:
SONARR__PORT: "{{ .Values.service.main.ports.main.port }}"
SONARR__AUTHENTICATION_METHOD: ""
SONARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
SONARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
SONARR__AUTH__REQUIRED: DisabledForLocalAddresses
# SONARR__APP__THEME: dark
# SONARR__APP__INSTANCENAME: Sonarr
# SONARR__LOG__LEVEL: info
# SONARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage
@@ -92,4 +99,3 @@ metrics:
portal:
open:
enabled: true
updated: true