25 lines
468 B
YAML
25 lines
468 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/sabnzbd
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.2.2@sha256:5b1f15c8d25afa2342505492486361d4ecf14449e1453aeea45cd7c1e5eeb63a
|
|
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: ""
|