mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
24 lines
345 B
YAML
24 lines
345 B
YAML
listmonkNetwork:
|
|
webPort: 31000
|
|
|
|
listmonkConfig:
|
|
adminUsername: admin
|
|
adminPassword: password
|
|
|
|
listmonkStorage:
|
|
uploads:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|
|
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|