2021-02-10 10:09:33 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/onedr0p/bazarr
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-06-02 18:25:59 +00:00
|
|
|
tag: 1.4.3@sha256:d2b70813f7d636fb1ab3448e13ca4074630b63216c6c6d02d034cd5d9e938ea3
|
2023-12-20 12:07:01 +00:00
|
|
|
exportarrImage:
|
2024-01-02 11:15:02 +00:00
|
|
|
repository: ghcr.io/onedr0p/exportarr
|
2024-04-05 18:34:39 +00:00
|
|
|
tag: v2.0.1@sha256:727e7bc8f2f0934a2117978c59f4476b954018b849a010ea6cfb380bd6539644
|
2023-12-20 12:07:01 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 6767
|
2023-04-11 10:07:17 +00:00
|
|
|
protocol: http
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 6767
|
2023-12-20 12:07:01 +00:00
|
|
|
metrics:
|
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
|
|
|
targetSelector: exportarr
|
|
|
|
ports:
|
|
|
|
metrics:
|
|
|
|
enabled: true
|
|
|
|
port: 7879
|
|
|
|
targetSelector: exportarr
|
|
|
|
|
|
|
|
workload:
|
|
|
|
exportarr:
|
|
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
|
|
type: Deployment
|
|
|
|
strategy: RollingUpdate
|
|
|
|
replicas: 1
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
exportarr:
|
|
|
|
primary: true
|
|
|
|
enabled: true
|
|
|
|
imageSelector: exportarrImage
|
|
|
|
args:
|
|
|
|
- bazarr
|
|
|
|
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 }}'
|
|
|
|
APIKEY: "{{ .Values.metrics.main.apiKey }}"
|
|
|
|
|
2021-02-10 10:09:33 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
2021-02-11 20:05:16 +00:00
|
|
|
enabled: true
|
2023-12-20 12:07:01 +00:00
|
|
|
targetSelector:
|
|
|
|
main:
|
|
|
|
main:
|
|
|
|
mountPath: /config
|
|
|
|
exportarr:
|
|
|
|
exportarr:
|
|
|
|
mountPath: /config
|
|
|
|
readOnly: true
|
|
|
|
|
|
|
|
metrics:
|
|
|
|
main:
|
2023-12-21 12:00:37 +00:00
|
|
|
enabled: false
|
2023-12-20 12:07:01 +00:00
|
|
|
type: "servicemonitor"
|
|
|
|
endpoints:
|
|
|
|
- port: metrics
|
|
|
|
path: /metrics
|
|
|
|
targetSelector: metrics
|
2023-12-21 12:03:01 +00:00
|
|
|
# Required for exportarr
|
2023-12-20 12:07:01 +00:00
|
|
|
apiKey: ""
|
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|