mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-07 21:23:36 +00:00
69048b5c96
* Changed: avoid latest image
* Changed: version bump
* Fixed: pull policy
* Removed: specific ci for glue since now it's on by default
* Fixed: don't refresh dependencies
* Changed: testing chart action version update
* Fixed: action
* Changed: dependency updates required
* Fixed: lint and install
* Revert "Changed: dependency updates required"
This reverts commit 34ee22d7d0
.
* Changed: use copy of dep charts because ththey may become unavailable
* Changed: updated readme
39 lines
678 B
YAML
39 lines
678 B
YAML
kernel-param:
|
|
vm.max_map_count:
|
|
value: "262144"
|
|
|
|
http:
|
|
http://elasticsearch-master:9200/_cluster/health:
|
|
status: 200
|
|
timeout: 2000
|
|
body:
|
|
- "green"
|
|
- '"number_of_nodes":3'
|
|
- '"number_of_data_nodes":3'
|
|
|
|
http://localhost:9200:
|
|
status: 200
|
|
timeout: 2000
|
|
body:
|
|
- '"number" : "7.16.2"'
|
|
- '"cluster_name" : "elasticsearch"'
|
|
- "You Know, for Search"
|
|
|
|
file:
|
|
/usr/share/elasticsearch/data:
|
|
exists: true
|
|
mode: "2775"
|
|
owner: root
|
|
group: elasticsearch
|
|
filetype: directory
|
|
|
|
mount:
|
|
/usr/share/elasticsearch/data:
|
|
exists: true
|
|
|
|
user:
|
|
elasticsearch:
|
|
exists: true
|
|
uid: 1000
|
|
gid: 1000
|