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/Sonarr/Sonarr
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/sonarr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/sonarr
|
||||||
type: application
|
type: application
|
||||||
version: 23.2.3
|
version: 23.3.0
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ workload:
|
|||||||
containers:
|
containers:
|
||||||
main:
|
main:
|
||||||
env:
|
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
|
type: http
|
||||||
path: /ping
|
path: /ping
|
||||||
env:
|
env:
|
||||||
SONARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|
SONARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||||
SONARR__AUTHENTICATION_METHOD: ""
|
# 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:
|
exportarr:
|
||||||
enabled: "{{ .Values.metrics.main.enabled }}"
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
||||||
imageSelector: exportarrImage
|
imageSelector: exportarrImage
|
||||||
@@ -92,4 +99,3 @@ metrics:
|
|||||||
portal:
|
portal:
|
||||||
open:
|
open:
|
||||||
enabled: true
|
enabled: true
|
||||||
updated: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user