Files
chart/library/ix-dev/community/sabnzbd/values.yaml
Stavros Kois 8fef8a3c23 Sabnzbd - migrate storage section (adds acl) (#1972)
* bump version

* update templates

* update values

* update ui

* add migration
2024-01-01 17:10:06 +02:00

28 lines
387 B
YAML

image:
repository: ghcr.io/onedr0p/sabnzbd
pullPolicy: IfNotPresent
tag: 4.1.0
resources:
limits:
cpu: 4000m
memory: 8Gi
sabnzbdConfig:
additionalEnvs: []
sabnzbdNetwork:
webPort: 30055
hostNetwork: false
sabnzbdRunAs:
user: 568
group: 568
sabnzbdStorage:
config:
type: ixVolume
ixVolumeConfig:
datasetName: config
additionalStorages: []