34 lines
533 B
YAML
34 lines
533 B
YAML
image:
|
|
repository: tccr.io/truecharts/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.20.280@sha256:12ba13c2b70fdbd1270eda69a60e919b4bc6400d2df338635667d2111b70d619
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
protocol: HTTP
|
|
ports:
|
|
main:
|
|
targetPort: 9117
|
|
port: 9117
|
|
|
|
probes:
|
|
liveness:
|
|
path: "/UI/Login"
|
|
|
|
readiness:
|
|
path: "/UI/Login"
|
|
|
|
startup:
|
|
path: "/UI/Login"
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|