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

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-26 22:06:15 +02:00

31 lines
499 B
YAML

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