chore(sonarr): change helm chart identifiers
This commit is contained in:
parent
7707239128
commit
7b71a5bd08
|
@ -17,7 +17,7 @@ spec:
|
|||
|
||||
values:
|
||||
controllers:
|
||||
main:
|
||||
sonarr:
|
||||
initContainers:
|
||||
init-db:
|
||||
image:
|
||||
|
@ -28,7 +28,7 @@ spec:
|
|||
name: sonarr-secret
|
||||
|
||||
containers:
|
||||
sonarr:
|
||||
app:
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/sonarr-develop
|
||||
tag: 4.0.9.2457
|
||||
|
@ -37,7 +37,7 @@ spec:
|
|||
TZ: America/New_York
|
||||
SONARR__APP__INSTANCENAME: Sonarr
|
||||
SONARR__APP__THEME: dark
|
||||
SONARR__AUTH_METHOD: External
|
||||
SONARR__AUTH__METHOD: External
|
||||
SONARR__AUTH__REQUIRED: DisabledForLocalAddresses
|
||||
SONARR__LOG__DBENABLED: "False"
|
||||
SONARR__LOG__LEVEL: info
|
||||
|
@ -96,8 +96,8 @@ spec:
|
|||
fsGroupChangePolicy: OnRootMismatch
|
||||
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
app:
|
||||
controller: sonarr
|
||||
|
||||
ports:
|
||||
http:
|
||||
|
@ -107,7 +107,7 @@ spec:
|
|||
protocol: HTTP
|
||||
|
||||
ingress:
|
||||
main:
|
||||
app:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
|
@ -118,7 +118,7 @@ spec:
|
|||
paths:
|
||||
- path: /
|
||||
service:
|
||||
identifier: main
|
||||
identifier: app
|
||||
port: http
|
||||
|
||||
persistence:
|
||||
|
|
Loading…
Reference in New Issue