mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 12:32:55 +08:00
15 lines
314 B
YAML
15 lines
314 B
YAML
fireflyNetwork:
|
|
appUrl: http://localhost:31000
|
|
webPort: 31000
|
|
|
|
fireflyStorage:
|
|
uploads:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/uploads
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgBackup
|