mirror of
https://github.com/truenas/charts.git
synced 2026-04-15 11:10:33 +08:00
* initial commit * add templates * add description * more ci values * add description * add readme * probe path * run 1 test only * fix init * hmm * I see * test this * add questions and metadata * fix path
20 lines
292 B
YAML
20 lines
292 B
YAML
listmonkNetwork:
|
|
webPort: 31000
|
|
|
|
listmonkConfig:
|
|
adminUsername: admin
|
|
adminPassword: password
|
|
|
|
listmonkStorage:
|
|
uploads:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|