extra-values.yaml 323 B

123456789101112131415161718
  1. prowlarrConfig:
  2. additionalEnvs:
  3. - name: PROWLARR__AUTH__APIKEY
  4. value: some-long-api-key
  5. - name: PROWLARR__LOG__LEVEL
  6. value: error
  7. prowlarrNetwork:
  8. webPort: 31000
  9. prowlarrStorage:
  10. config:
  11. type: pvc
  12. additionalStorages:
  13. - type: pvc
  14. mountPath: /data1
  15. - type: pvc
  16. mountPath: /data2