36 lines
708 B
YAML
36 lines
708 B
YAML
|
image:
|
||
|
repository: ghcr.io/linuxserver/jackett
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 0.21.2140@sha256:e434cc03647f5bb853f2f9168b22edb0e3b2a12ac71c841e974af173121d62e6
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
protocol: http
|
||
|
targetPort: 9117
|
||
|
port: 9117
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
path: "/health"
|
||
|
readiness:
|
||
|
path: "/health"
|
||
|
startup:
|
||
|
path: "/health"
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|