Files
truecharts/charts/stable/jackett/values.yaml
T
TrueCharts BotandGitHub fec472bc66 chore(deps): update docker general non-major (#2856)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-11 20:05:55 +02:00

31 lines
499 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.1171@sha256:a868d2bb3086509b03897ae26a21b2b53dbdcfad790765e3e768030b256e9fb9
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"
persistence:
config:
enabled: true
mountPath: "/config"