Files
truecharts/charts/stable/jackett/values.yaml
T
2021-11-09 09:27:44 +01:00

42 lines
649 B
YAML

# Default values for Jackett.
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.19.210@sha256:436f98eb56b71556be041662262b97c02b2cab887b64e4ad89466c55a5c88ab9
securityContext:
readOnlyRootFilesystem: false
service:
main:
enabled: true
protocol: "HTTP"
ports:
main:
targetPort: 9117
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"