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

* Commit bumped App Version

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

31 lines
502 B
YAML

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