mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 13:19:20 +08:00
* planka - migrate storage section * reduce diff * typo * add missing key * remove test snippet * optimize * remove empty lines * restore immutable flag
23 lines
334 B
YAML
23 lines
334 B
YAML
plankaNetwork:
|
|
webPort: 31000
|
|
|
|
plankaConfig:
|
|
baseURL: http://localhost:31000
|
|
|
|
plankaStorage:
|
|
avatars:
|
|
type: pvc
|
|
backgroundImages:
|
|
type: pvc
|
|
attachments:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|