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