34 lines
527 B
YAML
34 lines
527 B
YAML
image:
|
|
repository: tccr.io/truecharts/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.20.1885@sha256:5751148e4f7325b535b56080225a4f13ee76263a62e07291f001450eb0eb5998
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 9117
|
|
port: 9117
|
|
|
|
probes:
|
|
liveness:
|
|
path: "/UI/Login"
|
|
|
|
readiness:
|
|
path: "/UI/Login"
|
|
|
|
startup:
|
|
path: "/UI/Login"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
portal:
|
|
enabled: true
|