2021-05-05 16:25:31 +00:00
|
|
|
# Default values for Jackett.
|
|
|
|
|
|
|
|
image:
|
2021-05-30 21:22:13 +00:00
|
|
|
repository: ghcr.io/k8s-at-home/jackett
|
2021-05-05 16:25:31 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-09-07 08:59:02 +00:00
|
|
|
tag: v0.18.686
|
2021-05-05 16:25:31 +00:00
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-05-05 16:25:31 +00:00
|
|
|
main:
|
|
|
|
enabled: true
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 9117
|
2021-05-05 16:25:31 +00:00
|
|
|
|
2021-06-14 15:53:38 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/UI/Login"
|
|
|
|
|
|
|
|
readiness:
|
|
|
|
path: "/UI/Login"
|
|
|
|
|
|
|
|
startup:
|
|
|
|
path: "/UI/Login"
|
|
|
|
|
2021-05-05 16:25:31 +00:00
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
# PGID: 1001
|
|
|
|
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-08-29 12:02:17 +00:00
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|