mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 03:22:45 +08:00
14 lines
267 B
YAML
14 lines
267 B
YAML
n8nNetwork:
|
|
webPort: 31000
|
|
|
|
n8nStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/pgBackup
|