mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
22 lines
488 B
YAML
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
|