TrueChartsCatalogClone/incubator/sabnzbd/6.6.1/test_values.yaml

27 lines
346 B
YAML

# Default values for Sabnzbd.
image:
repository: ghcr.io/k8s-at-home/sabnzbd
pullPolicy: IfNotPresent
tag: v3.3.1
strategy:
type: Recreate
service:
main:
ports:
main:
port: 8080
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: emptyDir