27 lines
416 B
YAML
27 lines
416 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/nzbget
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v21.1@sha256:6c33417ef2e13312379b5c8cecfc327092e95b472d85e955156bc402af80a338
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10057
|
||
|
targetPort: 6789
|
||
|
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
|
||
|
startup:
|
||
|
enabled: false
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|