38 lines
566 B
YAML
38 lines
566 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/jackett2telegram
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 1.9.0@sha256:efc57e6a18dd7f6895a75202874f22a15091f93de25f4cbd53fdf8e144e86fef
|
||
|
|
||
|
secretEnv:
|
||
|
TOKEN: ""
|
||
|
CHATID: ""
|
||
|
|
||
|
env:
|
||
|
DELAY: 600
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
enabled: false
|
||
|
ports:
|
||
|
main:
|
||
|
enabled: false
|
||
|
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
startup:
|
||
|
enabled: false
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /app/config
|
||
|
blackhole:
|
||
|
enabled: true
|
||
|
mountPath: /app/blackhole
|
||
|
|
||
|
portal:
|
||
|
enabled: false
|