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