extra-values.yaml 322 B

123456789101112131415161718
  1. sabnzbdConfig:
  2. additionalEnvs:
  3. - name: SABNZBD__API_KEY
  4. value: some-long-api-key
  5. - name: SABNZBD__NZB_KEY
  6. value: some-long-nzb-key
  7. sabnzbdNetwork:
  8. webPort: 31000
  9. sabnzbdStorage:
  10. config:
  11. type: pvc
  12. additionalStorages:
  13. - type: pvc
  14. mountPath: /data1
  15. - type: pvc
  16. mountPath: /data2