Files
truecharts/charts/stable/radarr/values.yaml
T

103 lines
3.0 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: oci.trueforge.org/containerforge/radarr
pullPolicy: IfNotPresent
tag: "6.2.1.10461@sha256:c8a8d8818c2857cfb59d1981e1ab3069db5ee09ed94c92bbd5365769fb68516c"
exportarrImage:
repository: ghcr.io/onedr0p/exportarr
pullPolicy: IfNotPresent
tag: v2.3.0@sha256:af535d94061cf97a52e1661945ffba78c03f9443eae7c0da1a80a5a4be56b520
securityContext:
container:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 7878
metrics:
enabled: "{{ .Values.metrics.main.enabled }}"
type: ClusterIP
ports:
metrics:
enabled: true
port: 7879
workload:
main:
podSpec:
containers:
main:
probes:
readiness:
enabled: true
type: http
path: /ping
liveness:
enabled: true
type: http
path: /ping
startup:
enabled: true
type: http
path: /ping
env:
RADARR__SERVER__PORT: "{{ .Values.service.main.ports.main.port }}"
# External | Basic | Forms
RADARR__AUTH__METHOD: ""
# DisabledForLocalAddresses | Enabled
RADARR__AUTH__REQUIRED: DisabledForLocalAddresses
# RADARR__APP__THEME: dark
# RADARR__APP__INSTANCENAME: Radarr
# RADARR__LOG__LEVEL: info
# RADARR__UPDATE__BRANCH: develop
exportarr:
enabled: "{{ .Values.metrics.main.enabled }}"
imageSelector: exportarrImage
args:
- radarr
probes:
liveness:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
readiness:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
startup:
enabled: true
type: http
path: /healthz
port: "{{ .Values.service.metrics.ports.metrics.port }}"
env:
INTERFACE: 0.0.0.0
PORT: "{{ .Values.service.metrics.ports.metrics.port }}"
URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
# additional metrics (slow)
# ENABLE_ADDITIONAL_METRICS: false
# enable gathering unknown queue items
# ENABLE_UNKNOWN_QUEUE_ITEMS: false
CONFIG: "/config/config.xml"
persistence:
config:
enabled: true
targetSelector:
main:
main:
mountPath: /config
exportarr:
mountPath: /config
readOnly: true
metrics:
main:
enabled: true
type: "servicemonitor"
endpoints:
- port: metrics
path: /metrics
targetSelector: metrics
prometheusRule:
enabled: false