2023-03-08 21:17:52 +00:00
|
|
|
#
|
|
|
|
# IMPORTANT NOTE
|
|
|
|
#
|
|
|
|
# This chart inherits from bjw-s's common library chart. You can check the default values/options here:
|
|
|
|
# https://github.com/bjw-s/helm-charts/tree/main/charts/library/common/values.yaml
|
|
|
|
#
|
|
|
|
|
|
|
|
image:
|
|
|
|
# -- image repository
|
|
|
|
repository: ghcr.io/onedr0p/prowlarr-develop
|
|
|
|
# @default -- chart.appVersion
|
2024-03-29 03:45:50 +00:00
|
|
|
tag: "1.15"
|
2023-03-08 21:17:52 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
|
|
|
# -- environment variables.
|
|
|
|
# @default -- See below
|
|
|
|
env:
|
|
|
|
# -- Set the container timezone
|
|
|
|
TZ: UTC
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
# -- Enable and configure ingress settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ingressClassName: ingress-internal
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
|
|
|
hosts:
|
|
|
|
- host: prowlarr.dc
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
tls:
|
|
|
|
- secretName: prowlarr-tls
|
|
|
|
hosts:
|
|
|
|
- prowlarr.dc
|
|
|
|
|
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
## Config persistence is required for the Prometheus exporter sidecar.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
size: 1Gi
|
|
|
|
|
|
|
|
media:
|
|
|
|
enabled: false
|
|
|
|
mountPath: /media
|
|
|
|
|
|
|
|
metrics:
|
|
|
|
# -- Enable and configure Exportarr sidecar and Prometheus serviceMonitor.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
enabled: false
|
|
|
|
serviceMonitor:
|
|
|
|
interval: 3m
|
|
|
|
scrapeTimeout: 1m
|
|
|
|
labels: {}
|
|
|
|
# -- Enable and configure Prometheus Rules for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
prometheusRule:
|
|
|
|
enabled: false
|
|
|
|
labels: {}
|
|
|
|
# -- Configure additionial rules for the chart under this key.
|
|
|
|
# @default -- See prometheusrules.yaml
|
|
|
|
rules: []
|
|
|
|
# - alert: RadarrDown
|
|
|
|
# annotations:
|
|
|
|
# description: Radarr service is down.
|
|
|
|
# summary: Radarr is down.
|
|
|
|
# expr: |
|
|
|
|
# radarr_system_status == 0
|
|
|
|
# for: 5m
|
|
|
|
# labels:
|
|
|
|
# severity: critical
|
|
|
|
exporter:
|
|
|
|
image:
|
|
|
|
# -- image repository
|
|
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
|
|
# -- image tag
|
2024-02-29 01:20:17 +00:00
|
|
|
tag: v1.6.2
|
2023-03-08 21:17:52 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
env:
|
|
|
|
# -- metrics port
|
|
|
|
port: 9794
|
|
|
|
# -- Set to true to enable gathering of additional metrics (slow)
|
|
|
|
additionalMetrics: false
|
|
|
|
# -- Set to true to enable gathering unknown queue items
|
|
|
|
unknownQueueItems: false
|