TrueChartsCatalogClone/stable/jackett/8.0.12/test_values.yaml

40 lines
603 B
YAML
Raw Normal View History

# Default values for Jackett.
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.18.984@sha256:81800e3307f2face690f13f2281597fc06f9765f7995e9b6b568e587eb9bbe1b
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"