mirror of
https://github.com/truenas/charts.git
synced 2026-04-15 11:10:33 +08:00
* init commit * add few templates * add initial implementation * typo * add host * fix lint * whops * quote * fix permisions * no port * fix probes * test user * readme * add ui * typo * use shortcut for regex * add redis on metadata * clean notes * fixed path * move down * fix upgrade json
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
|