mirror of
https://github.com/truenas/charts.git
synced 2026-04-29 04:51:31 +08:00
22 lines
371 B
YAML
22 lines
371 B
YAML
plankaNetwork:
|
|
webPort: 31000
|
|
|
|
plankaConfig:
|
|
defaultAdminEmail: admin@example.com
|
|
defaultAdminName: John Doe
|
|
defaultAdminPassword: password
|
|
defaultAdminUsername: admin
|
|
baseURL: http://localhost:31000
|
|
|
|
plankaStorage:
|
|
avatars:
|
|
type: pvc
|
|
backgroundImages:
|
|
type: pvc
|
|
attachments:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|