51 lines
828 B
YAML
51 lines
828 B
YAML
|
# Default values for Jackett.
|
||
|
|
||
|
image:
|
||
|
repository: ghcr.io/k8s-at-home/jackett
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.18.729@sha256:7b814d426af9f3329edeb17cedab01217f7eee638f12e32f91c56d27aba48b6c
|
||
|
|
||
|
securityContext:
|
||
|
privileged: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
allowPrivilegeEscalation: true
|
||
|
runAsNonRoot: true
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 568
|
||
|
runAsGroup: 568
|
||
|
fsGroup: 568
|
||
|
supplementalGroups: []
|
||
|
fsGroupChangePolicy: "OnRootMismatch"
|
||
|
|
||
|
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
|
||
|
# PGID: 1001
|
||
|
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
type: pvc
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: "100Gi"
|