58 lines
1.4 KiB
YAML
58 lines
1.4 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/sonarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.0.10.1567@sha256:f420ed0b9341a5241c2278d51a7f4f59635a9c3a5670ac893542fa59052e61b2
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8989
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
# might be supported on sonarr v4 upon released
|
|
cnpg:
|
|
main:
|
|
enabled: false
|
|
|
|
database: sonarr
|
|
user: sonarr
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
env:
|
|
SONARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
SONARR__AUTHENTICATION_METHOD: ""
|
|
# Enable postgres if v4 of sonarr supports it.
|
|
# SONARR__POSTGRES_PORT: 5432
|
|
# SONARR__POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
|
|
# SONARR__POSTGRES_MAIN_DB: "{{ .Values.cnpg.main.database }}"
|
|
# SONARR__POSTGRES_HOST:
|
|
# secretKeyRef:
|
|
# name: cnpg-main-urls
|
|
# key: host
|
|
# SONARR__POSTGRES_PASSWORD:
|
|
# secretKeyRef:
|
|
# name: cnpg-main-urls
|
|
# key: password
|