[incubator/elasticsearch] local only liveness (#7639)

Elasticsearch clients can be alive as soon as the node
itself can accept connection. It does not need to be attached
to a cluster.

https://www.elastic.co/guide/en/elasticsearch/reference/6.4/cluster-state.html#cluster-state

Signed-off-by: Yann Simon <yann.simon.fr@gmail.com>
This commit is contained in:
Yann Simon
2018-10-13 11:11:31 -07:00
committed by k8s-ci-robot
parent 032a5577f1
commit e6a16fbfc0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.10.0
version: 1.10.1
appVersion: 6.4.2
description: Flexible and powerful open source, distributed real-time search and analytics
engine.
@@ -106,7 +106,7 @@ spec:
initialDelaySeconds: 5
livenessProbe:
httpGet:
path: /_cluster/health
path: /_cluster/health?local=true
port: 9200
initialDelaySeconds: 90
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"