From 58c269557bdd79516bfcb894760af828014aeb49 Mon Sep 17 00:00:00 2001 From: Nithya Date: Tue, 30 Oct 2018 06:48:43 +0700 Subject: [PATCH] [stable/elasticsearch-exporter] Fix typo - Add Readiness probe to exporter deployment (#8799) Modify one of the two liveness probes to readiness probe Signed-off-by: Nithya Natarajan --- stable/elasticsearch-exporter/Chart.yaml | 2 +- stable/elasticsearch-exporter/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/elasticsearch-exporter/Chart.yaml b/stable/elasticsearch-exporter/Chart.yaml index c6caa0e595..8413d34f33 100644 --- a/stable/elasticsearch-exporter/Chart.yaml +++ b/stable/elasticsearch-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Elasticsearch stats exporter for Prometheus name: elasticsearch-exporter -version: 0.4.0 +version: 0.4.1 appVersion: 1.0.2 home: https://github.com/justwatchcom/elasticsearch_exporter sources: diff --git a/stable/elasticsearch-exporter/templates/deployment.yaml b/stable/elasticsearch-exporter/templates/deployment.yaml index 96bff667f1..c57bc32b49 100644 --- a/stable/elasticsearch-exporter/templates/deployment.yaml +++ b/stable/elasticsearch-exporter/templates/deployment.yaml @@ -80,7 +80,7 @@ spec: port: http initialDelaySeconds: 30 timeoutSeconds: 10 - livenessProbe: + readinessProbe: httpGet: path: /health port: http