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