Files
chart/library/ix-dev/community/sabnzbd/ci/extra-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

19 lines
322 B
YAML

sabnzbdConfig:
additionalEnvs:
- name: SABNZBD__API_KEY
value: some-long-api-key
- name: SABNZBD__NZB_KEY
value: some-long-nzb-key
sabnzbdNetwork:
webPort: 31000
sabnzbdStorage:
config:
type: pvc
additionalStorages:
- type: pvc
mountPath: /data1
- type: pvc
mountPath: /data2