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:
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: