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-11-22 20:56:56 +00:00
|
|
|
tag: v0.20.53@sha256:6f82922f155dfd72b23e1ce9ec84de8bbc2a12a362bfbd62d81bc3c3f58ac515
|
2021-05-05 16:25:31 +00:00
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-05-05 16:25:31 +00:00
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-05-05 16:25:31 +00:00
|
|
|
main:
|
2021-11-06 11:00:55 +00:00
|
|
|
protocol: "HTTP"
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
2021-11-06 11:00:55 +00:00
|
|
|
targetPort: 9117
|
2021-05-19 13:12:45 +00:00
|
|
|
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
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|