mirror of
https://github.com/truenas/charts.git
synced 2026-03-31 17:31:09 +08:00
20 lines
336 B
YAML
20 lines
336 B
YAML
diskoverConfig:
|
|
cronSchedule: '* * * * *'
|
|
username: someuser
|
|
password: somepass
|
|
|
|
diskoverStorage:
|
|
config:
|
|
type: pvc
|
|
data:
|
|
type: pvc
|
|
esdata:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
diskoverDataIndex: true
|
|
mountPath: /data1
|
|
- type: pvc
|
|
diskoverDataIndex: true
|
|
mountPath: /data2
|