mirror of
https://github.com/truenas/charts.git
synced 2026-02-10 22:06:15 +08:00
* init commit * fixes * more fixes * fix * fiox * fix pre-flight * cron * update questions * add migration * add to_keep_versions * fix typos * remove comment * clean
47 lines
694 B
YAML
47 lines
694 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: linuxserver/diskover
|
|
tag: "2.0.1"
|
|
|
|
elasticSearchImage:
|
|
pullPolicy: IfNotPresent
|
|
repository: elasticsearch
|
|
tag: "7.5.2"
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
diskoverConfig:
|
|
cronSchedule: ''
|
|
username: ''
|
|
password: ''
|
|
additionalEnvs: []
|
|
|
|
diskoverID:
|
|
user: 568
|
|
group: 568
|
|
|
|
diskoverNetwork:
|
|
webPort: 32000
|
|
|
|
diskoverStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
esdata:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: esdata
|
|
additionalStorages: []
|