mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user