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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-28 22:39:32 +02:00

31 lines
502 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: 0.20.1470@sha256:1d2cf873e488d270770e9446728abb0e382a6ae52ea8c7d60c718645a5ff3a77
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
protocol: HTTP
targetPort: 9117
port: 9117
probes:
liveness:
path: "/UI/Login"
readiness:
path: "/UI/Login"
startup:
path: "/UI/Login"
persistence:
config:
enabled: true
mountPath: "/config"