importer-values.yaml 375 B

123456789101112131415161718
  1. fireflyConfig:
  2. appUrl: http://localhost:31000
  3. enableImporter: true
  4. fireflyNetwork:
  5. webPort: 31000
  6. importerPort: 31001
  7. fireflyStorage:
  8. uploads:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/uploads
  11. pgData:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Name }}/pgData
  14. pgBackup:
  15. type: hostPath
  16. hostPath: /mnt/{{ .Release.Name }}/pgBackup