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