30 lines
580 B
YAML
30 lines
580 B
YAML
|
image:
|
||
|
repository: ghcr.io/geek-cookbook/nzbget
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 23.0@sha256:bc91e646e7a523f0d780a074c649bd20ccb0314d0b00a9aa4b78f0bf507f325c
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10057
|
||
|
targetPort: 6789
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/config"
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
enabled: false
|
||
|
readiness:
|
||
|
enabled: false
|
||
|
startup:
|
||
|
enabled: false
|