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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-16 15:24:30 +02:00

31 lines
499 B
YAML

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