Files
truecharts/charts/stable/jackett/values.yaml
T
2021-10-26 12:25:38 +02:00

40 lines
602 B
YAML

# Default values for Jackett.
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.19.66@sha256:d40c69a7a31b7a47c196d22a622d6540a394f08bc0e5f54cc73ad51bef4c5935
securityContext:
readOnlyRootFilesystem: false
service:
main:
enabled: true
ports:
main:
port: 9117
probes:
liveness:
path: "/UI/Login"
readiness:
path: "/UI/Login"
startup:
path: "/UI/Login"
env: {}
# TZ: UTC
# PUID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"