2021-03-06 20:32:31 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/onedr0p/lidarr-develop
|
2021-03-06 20:32:31 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-12-18 00:48:32 +00:00
|
|
|
tag: 2.1.0.3856@sha256:a804847dc155618645974f5576ffbfb6e90bb44a1add221ccc672e4641cc979e
|
2023-07-21 21:03:27 +00:00
|
|
|
exportarrImage:
|
2023-11-18 10:48:35 +00:00
|
|
|
repository: ghcr.io/onedr0p/exportarr
|
2023-07-21 21:03:27 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-11-18 10:48:35 +00:00
|
|
|
tag: v1.6.0@sha256:b522e128509b766cf66f847190fccd225ff194dc76775fe6a215f2dd3010cac2
|
2023-07-21 21:03:27 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-04-13 19:43:27 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8686
|
2023-07-21 21:03:27 +00:00
|
|
|
metrics:
|
2023-04-11 10:07:17 +00:00
|
|
|
enabled: true
|
2023-07-21 21:03:27 +00:00
|
|
|
type: ClusterIP
|
|
|
|
targetSelector: exportarr
|
|
|
|
ports:
|
|
|
|
metrics:
|
|
|
|
enabled: true
|
|
|
|
port: 8687
|
|
|
|
targetSelector: exportarr
|
2023-04-11 10:07:17 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
2023-10-14 19:48:07 +00:00
|
|
|
type: http
|
|
|
|
path: /ping
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
type: http
|
|
|
|
path: /ping
|
|
|
|
startup:
|
|
|
|
enabled: true
|
|
|
|
type: http
|
|
|
|
path: /ping
|
2023-04-11 10:07:17 +00:00
|
|
|
env:
|
|
|
|
LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
LIDARR__AUTHENTICATION_METHOD: ""
|
2023-07-21 21:03:27 +00:00
|
|
|
exportarr:
|
|
|
|
enabled: true
|
|
|
|
type: Deployment
|
|
|
|
strategy: RollingUpdate
|
|
|
|
replicas: 1
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
exportarr:
|
|
|
|
primary: true
|
|
|
|
enabled: true
|
|
|
|
imageSelector: exportarrImage
|
|
|
|
args:
|
|
|
|
- lidarr
|
|
|
|
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 }}"
|
2023-07-23 13:50:07 +00:00
|
|
|
URL: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}'
|
2023-07-21 21:03:27 +00:00
|
|
|
# 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
|
2023-11-16 18:25:09 +00:00
|
|
|
targetSelector: metrics
|
2023-07-21 21:03:27 +00:00
|
|
|
prometheusRule:
|
|
|
|
enabled: false
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
2023-11-18 10:48:35 +00:00
|
|
|
updated: true
|