Files
truecharts/charts/stable/jackett/values.yaml
T
f1c3cc60de chore(deps): update patch docker tags (#534)
* chore(deps): update patch docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-06-01 13:03:04 +02:00

34 lines
449 B
YAML

# Default values for Jackett.
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.18.205
strategy:
type: Recreate
service:
main:
enabled: true
ports:
main:
port: 9117
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
emptyDir:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""