25 lines
468 B
YAML
25 lines
468 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/sabnzbd
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.1.0@sha256:1c1650511f96108e81d677abe8a2e491507caa023fdc5c2bfc99df087634c9f3
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10097
|
|
targetPort: 8080
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SABNZBD__HOST_WHITELIST_ENTRIES: ""
|