fix(sonarr) update sonarr env variables to the official variables (#28617)
This commit is contained in:
@@ -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 }}"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user