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