mirror of
https://github.com/truenas/charts.git
synced 2026-05-01 05:50:11 +08:00
11 lines
212 B
YAML
11 lines
212 B
YAML
joplinNetwork:
|
|
webPort: 31000
|
|
|
|
joplinStorage:
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
|