123456789101112131415161718192021 |
- 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
|