Files
truecharts/charts/stable/jackett/values.yaml
T
69ac6479e7 chore(deps): update container image ghcr.io/k8s-at-home/jackett to v0.18.481 (#716)
* chore(deps): update container image ghcr.io/k8s-at-home/jackett to v0.18.481

* 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-07-27 18:26:54 +02:00

40 lines
482 B
YAML

# Default values for Jackett.
image:
repository: ghcr.io/k8s-at-home/jackett
pullPolicy: IfNotPresent
tag: v0.18.481
strategy:
type: Recreate
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: emptyDir