34 lines
527 B
YAML
34 lines
527 B
YAML
image:
|
|
repository: tccr.io/truecharts/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.20.2182@sha256:2dc1ae86eb47079bf54153b7dc180efad6d2b0986a9541b7edbdcc00e91d4a2f
|
|
|
|
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
|