39 lines
684 B
YAML
39 lines
684 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/jackett
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.21.1128@sha256:0c1c25a418fce0f5f4fe9c98d4fceaaf4977c87e4ded447f2e9588a177e5f13a
|
||
|
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
protocol: http
|
||
|
targetPort: 9117
|
||
|
port: 9117
|
||
|
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
path: "/UI/Login"
|
||
|
readiness:
|
||
|
path: "/UI/Login"
|
||
|
startup:
|
||
|
path: "/UI/Login"
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|