image: repository: ghcr.io/onedr0p/radarr pullPolicy: IfNotPresent tag: 5.3.6.8612@sha256:d0786b4c22ab3a9a34cef30671a471c89df2beb95a7d50ba60e2f21dea5e0b28 exportarrImage: repository: ghcr.io/onedr0p/exportarr pullPolicy: IfNotPresent tag: v1.6.1@sha256:60cf3d44aa0b7dea2a65160b2e2e373c1ae38cd6b12a45fe81b8afa45ac31c22 securityContext: container: readOnlyRootFilesystem: false service: main: ports: main: port: 7878 metrics: enabled: true type: ClusterIP targetSelector: exportarr ports: metrics: enabled: true port: 7879 targetSelector: exportarr 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__PORT: "{{ .Values.service.main.ports.main.port }}" exportarr: enabled: true type: Deployment strategy: RollingUpdate replicas: 1 podSpec: containers: exportarr: primary: true enabled: true 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: exportarr: mountPath: /config readOnly: true metrics: main: enabled: true type: "servicemonitor" endpoints: - port: metrics path: /metrics targetSelector: metrics prometheusRule: enabled: false portal: open: enabled: true updated: true