TrueChartsClone/charts/stable/jackett/values.yaml

31 lines
502 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: 0.20.1485@sha256:2db6fbd3cf6029dc3178e05626432e524b87ebb279e00c58fd280b9f32e0b1b6
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
protocol: HTTP
targetPort: 9117
port: 9117
probes:
liveness:
path: "/UI/Login"
readiness:
path: "/UI/Login"
startup:
path: "/UI/Login"
persistence:
config:
enabled: true
mountPath: "/config"