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