2021-09-26 18:24:58 +00:00
|
|
|
# Default values for Jackett.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/k8s-at-home/jackett
|
|
|
|
pullPolicy: IfNotPresent
|
2021-10-13 21:35:41 +00:00
|
|
|
tag: v0.18.984@sha256:81800e3307f2face690f13f2281597fc06f9765f7995e9b6b568e587eb9bbe1b
|
2021-09-26 18:24:58 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 9117
|
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
path: "/UI/Login"
|
|
|
|
|
|
|
|
readiness:
|
|
|
|
path: "/UI/Login"
|
|
|
|
|
|
|
|
startup:
|
|
|
|
path: "/UI/Login"
|
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
2021-10-05 11:36:33 +00:00
|
|
|
|
2021-09-26 18:24:58 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|