Files
truecharts/charts/stable/jackett/values.yaml
T
efc39a2809 chore(deps): update non-major (#1475)
* chore(deps): update non-major

* 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-12-07 10:20:05 +01:00

34 lines
532 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.95@sha256:473239b82d6f76618db77617c1a173432326ace0769c1ef1be2019a3a34c3bf2
securityContext:
readOnlyRootFilesystem: false
service:
main:
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"