31 lines
498 B
YAML
31 lines
498 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/jackett
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.20.781@sha256:96eae64bdf60250418ef7581fa5387c58b2c5963be19582ebc4151ccacc7c488
|
||
|
|
||
|
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"
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|