extra-values.yaml 488 B

123456789101112131415161718192021
  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: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/config
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/data1
  16. mountPath: /data1
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/data2
  19. mountPath: /data2