mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
31 lines
606 B
YAML
31 lines
606 B
YAML
environmentVariables: []
|
|
extraAppVolumeMounts: []
|
|
extraDataVolumeMounts: []
|
|
web_port: 32000
|
|
dnsConfig:
|
|
options: []
|
|
emptyDirVolumes: true
|
|
appVolumeMounts:
|
|
config:
|
|
emptyDir: true
|
|
mountPath: /config
|
|
data:
|
|
emptyDir: true
|
|
mountPath: /data
|
|
elasticSearchAppVolumeMounts:
|
|
esdata:
|
|
emptyDir: true
|
|
mountPath: /usr/share/elasticsearch/data
|
|
ownerUID: 568
|
|
ownerGID: 568
|
|
username: "admin"
|
|
password: "admin"
|
|
host: "192.169.0.156"
|
|
hostNetwork: false
|
|
timezone: "America/Los_Angeles"
|
|
diskoverCredentials:
|
|
username: admin
|
|
password: admin
|
|
cronjobSchedule: "0 3 * * *"
|
|
es_user: elasticsearch
|