23 lines
382 B
YAML
23 lines
382 B
YAML
image:
|
|
repository: tccr.io/truecharts/sabnzbd
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.7.2@sha256:a1534066289240c3c3968e3a95999b47534dd706f5997d42b4cfdd098eb9b475
|
|
|
|
env:
|
|
SABNZBD__HOST_WHITELIST_ENTRIES: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10097
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
portal:
|
|
enabled: true
|