mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 02:20:15 +08:00
27 lines
654 B
YAML
27 lines
654 B
YAML
plankaNetwork:
|
|
webPort: 31000
|
|
|
|
plankaConfig:
|
|
defaultAdminEmail: admin@example.com
|
|
defaultAdminName: John Doe
|
|
defaultAdminPassword: password
|
|
defaultAdminUsername: admin
|
|
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
|