mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-27 10:09:04 +00:00
7d02733b54
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
41 lines
912 B
YAML
41 lines
912 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: linuxserver/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: version-v0.16.2106
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 9117
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir: false
|
|
|
|
torrentblackhole:
|
|
enabled: false
|
|
emptyDir: false
|
|
mountPath: /downloads
|
|
## Persistent Volume Storage Class
|
|
## If defined, storageClassName: <storageClass>
|
|
## If set to "-", storageClassName: "", which disables dynamic provisioning
|
|
## If undefined (the default) or set to null, no storageClassName spec is
|
|
## set, choosing the default provisioner. (gp2 on AWS, standard on
|
|
## GKE, AWS & OpenStack)
|
|
# storageClass: "-"
|
|
# accessMode: ReadWriteOnce
|
|
# size: 1Gi
|
|
## Do not delete the pvc upon helm uninstall
|
|
# skipuninstall: false
|
|
# existingClaim: ""
|