2021-02-10 10:09:33 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/onedr0p/sabnzbd
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-05-05 11:01:32 +00:00
|
|
|
tag: 4.3.1@sha256:10aa04902725e2fb8325b71fc6bbdf3399e63d6520028c2571220d54fd928aee
|
2024-02-14 16:30:18 +00:00
|
|
|
exportarrImage:
|
|
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
|
|
pullPolicy: IfNotPresent
|
2024-04-05 18:34:39 +00:00
|
|
|
tag: v2.0.1@sha256:727e7bc8f2f0934a2117978c59f4476b954018b849a010ea6cfb380bd6539644
|
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:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10097
|
2024-02-14 16:30:18 +00:00
|
|
|
metrics:
|
2023-04-11 10:07:17 +00:00
|
|
|
enabled: true
|
2024-02-14 16:30:18 +00:00
|
|
|
type: ClusterIP
|
|
|
|
targetSelector: exportarr
|
|
|
|
ports:
|
|
|
|
metrics:
|
|
|
|
enabled: true
|
|
|
|
port: 8990
|
|
|
|
targetSelector: exportarr
|
2023-04-11 10:07:17 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
env:
|
|
|
|
SABNZBD__HOST_WHITELIST_ENTRIES: ""
|
2024-02-14 16:30:18 +00:00
|
|
|
SABNZBD__PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
exportarr:
|
|
|
|
enabled: "{{ .Values.metrics.main.enabled }}"
|
|
|
|
type: Deployment
|
|
|
|
strategy: RollingUpdate
|
|
|
|
replicas: 1
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
exportarr:
|
|
|
|
primary: true
|
|
|
|
enabled: true
|
|
|
|
imageSelector: exportarrImage
|
|
|
|
args:
|
|
|
|
- sabnzbd
|
|
|
|
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: ""
|
2024-02-15 00:08:49 +00:00
|
|
|
|
2024-02-14 16:30:18 +00:00
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|