Files
truecharts/charts/stable/jackett/values.yaml
T
8c349ea2d3 chore(deps): update docker general non-major (#2502)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-18 12:21:26 +03:00

31 lines
498 B
YAML

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