29 lines
396 B
YAML
29 lines
396 B
YAML
# Default values for Sabnzbd.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/sabnzbd
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.2.1
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
services:
|
|
main:
|
|
port:
|
|
port: 8080
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
emptyDir: true
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|
|
storageClass: ""
|