mirror of
https://github.com/truenas/charts.git
synced 2026-05-03 02:40:40 +08:00
19 lines
322 B
YAML
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
|