mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 14:26:39 +08:00
* add `planka` to `community` train * lock file * add initial tempaltes * add service * fix url * update portal * test * metadata * questions * typo * add validation * typo * fix logic * switch to uri type * update description * bump common
23 lines
523 B
YAML
23 lines
523 B
YAML
plankaNetwork:
|
|
webPort: 31000
|
|
|
|
plankaConfig:
|
|
baseURL: http://localhost:31000
|
|
|
|
plankaStorage:
|
|
avatars:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/avatars
|
|
backgroundImages:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/bg-img
|
|
attachments:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/attachments
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
|