Files
truecharts/charts/stable/jackett/values.yaml
T

28 lines
573 B
YAML

image:
repository: ghcr.io/elfhosted/jackett
pullPolicy: IfNotPresent
tag: 0.22.2200@sha256:123a675d09b2b255c2e506b6c50aff716046dc99d2383e32f62858eb6103f4ff
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"