Files
chart/library/ix-dev/community/sabnzbd/ci/extra-values.yaml
Stavros Kois bbf4b8020b NAS-123103 / 23.10 / add sabnzbd to community train (#1383)
* add `sabnzbd` to `community` train

* add templates

* add ui

* update values on test
2023-07-21 19:40:48 +03:00

22 lines
488 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: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/config
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
mountPath: /data2