chore(sonarr): change helm chart identifiers

This commit is contained in:
SeanOMik 2024-10-15 18:31:50 -04:00
parent 7707239128
commit 7b71a5bd08
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ spec:
values: values:
controllers: controllers:
main: sonarr:
initContainers: initContainers:
init-db: init-db:
image: image:
@ -28,7 +28,7 @@ spec:
name: sonarr-secret name: sonarr-secret
containers: containers:
sonarr: app:
image: image:
repository: ghcr.io/onedr0p/sonarr-develop repository: ghcr.io/onedr0p/sonarr-develop
tag: 4.0.9.2457 tag: 4.0.9.2457
@ -37,7 +37,7 @@ spec:
TZ: America/New_York TZ: America/New_York
SONARR__APP__INSTANCENAME: Sonarr SONARR__APP__INSTANCENAME: Sonarr
SONARR__APP__THEME: dark SONARR__APP__THEME: dark
SONARR__AUTH_METHOD: External SONARR__AUTH__METHOD: External
SONARR__AUTH__REQUIRED: DisabledForLocalAddresses SONARR__AUTH__REQUIRED: DisabledForLocalAddresses
SONARR__LOG__DBENABLED: "False" SONARR__LOG__DBENABLED: "False"
SONARR__LOG__LEVEL: info SONARR__LOG__LEVEL: info
@ -96,8 +96,8 @@ spec:
fsGroupChangePolicy: OnRootMismatch fsGroupChangePolicy: OnRootMismatch
service: service:
main: app:
controller: main controller: sonarr
ports: ports:
http: http:
@ -107,7 +107,7 @@ spec:
protocol: HTTP protocol: HTTP
ingress: ingress:
main: app:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-production cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.entrypoints: websecure
@ -118,7 +118,7 @@ spec:
paths: paths:
- path: / - path: /
service: service:
identifier: main identifier: app
port: http port: http
persistence: persistence: