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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-08 13:13:59 +02:00

31 lines
499 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.1151@sha256:227f4e181d94749c3ad81554b776ab29da79680ff1ee80aa99c18a987bcfdd00
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"