[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 <nithyanatarajn@gmail.com>
This commit is contained in:
Nithya
2018-10-29 16:48:43 -07:00
committed by k8s-ci-robot
parent b505912786
commit 58c269557b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
@@ -80,7 +80,7 @@ spec:
port: http
initialDelaySeconds: 30
timeoutSeconds: 10
livenessProbe:
readinessProbe:
httpGet:
path: /health
port: http