31 lines
499 B
YAML
31 lines
499 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/jackett
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.20.1050@sha256:24071ec69252b8cbfe662218c9d487ff2f618daa28bf452e9f661a5e9d49a34f
|
||
|
|
||
|
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"
|