2024-03-06 12:03:23 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/onedr0p/bazarr
|
|
|
|
pullPolicy: IfNotPresent
|
2024-03-25 01:15:13 +00:00
|
|
|
tag: 1.4.2@sha256:113035f37f289f190781d9d728f2ebf56c895b972921820f5d30408427c837d9
|
2024-03-06 12:03:23 +00:00
|
|
|
exportarrImage:
|
|
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
|
|
tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 6767
|
|
|
|
protocol: http
|
|
|
|
targetPort: 6767
|
|
|
|
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 }}"
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
targetSelector:
|
|
|
|
main:
|
|
|
|
main:
|
|
|
|
mountPath: /config
|
|
|
|
exportarr:
|
|
|
|
exportarr:
|
|
|
|
mountPath: /config
|
|
|
|
readOnly: true
|
|
|
|
|
|
|
|
metrics:
|
|
|
|
main:
|
|
|
|
enabled: false
|
|
|
|
type: "servicemonitor"
|
|
|
|
endpoints:
|
|
|
|
- port: metrics
|
|
|
|
path: /metrics
|
|
|
|
targetSelector: metrics
|
|
|
|
# Required for exportarr
|
|
|
|
apiKey: ""
|
|
|
|
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|