basic-values.yaml 314 B

1234567891011121314
  1. fireflyNetwork:
  2. appUrl: http://localhost:31000
  3. webPort: 31000
  4. fireflyStorage:
  5. uploads:
  6. type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/uploads
  8. pgData:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/pgData
  11. pgBackup:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Name }}/pgBackup