|
@@ -1,20 +1,3 @@
|
|
|
-image:
|
|
|
- pullPolicy: IfNotPresent
|
|
|
- repository: linuxserver/diskover
|
|
|
- tag: "2.0.1"
|
|
|
-
|
|
|
-elasticsearch:
|
|
|
- image:
|
|
|
- pullPolicy: IfNotPresent
|
|
|
- repository: docker.elastic.co/elasticsearch/elasticsearch
|
|
|
- tag: "7.5.2"
|
|
|
-
|
|
|
-python:
|
|
|
- image:
|
|
|
- pullPolicy: IfNotPresent
|
|
|
- repository: python
|
|
|
- tag: "3.10"
|
|
|
-
|
|
|
environmentVariables: []
|
|
|
extraAppVolumeMounts: []
|
|
|
extraDataVolumeMounts: []
|
|
@@ -33,7 +16,6 @@ elasticSearchAppVolumeMounts:
|
|
|
esdata:
|
|
|
emptyDir: true
|
|
|
mountPath: /usr/share/elasticsearch/data
|
|
|
-
|
|
|
ownerUID: 568
|
|
|
ownerGID: 568
|
|
|
username: "admin"
|
|
@@ -41,10 +23,8 @@ password: "admin"
|
|
|
host: "192.169.0.156"
|
|
|
hostNetwork: false
|
|
|
timezone: "America/Los_Angeles"
|
|
|
-
|
|
|
diskoverCredentials:
|
|
|
username: admin
|
|
|
password: admin
|
|
|
-
|
|
|
cronjobSchedule: "0 3 * * *"
|
|
|
es_user: elasticsearch
|