* chore(apps): remove TZ from values. * chore(apps): remove TZ from values. Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
33 lines
521 B
YAML
33 lines
521 B
YAML
image:
|
|
repository: tccr.io/truecharts/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.20.636@sha256:9ccab7aac262520c131d8a465dc8b7eb2b36b00297764f17dddeb141e069666d
|
|
|
|
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"
|
|
|
|
env: {}
|
|
# PUID: 1001
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|