31 lines
611 B
YAML
31 lines
611 B
YAML
image:
|
|
repository: ghcr.io/geek-cookbook/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.21.2476@sha256:1d6b753c43c34f43a244e1e6c9830e28274dadf93de6d41a986c5b77806de175
|
|
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
|