Update readiness liveness probe path for prometheus pushgateway (#19580)

Signed-off-by: Ato Araki <ato.araki@gmail.com>
This commit is contained in:
Ato Araki
2019-12-16 00:09:37 -08:00
committed by Kubernetes Prow Robot
parent 65b7525f67
commit 8a26dc2e7d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0.0"
description: A Helm chart for prometheus pushgateway
name: prometheus-pushgateway
version: 1.2.6
version: 1.2.7
home: https://github.com/prometheus/pushgateway
sources:
- https://github.com/prometheus/pushgateway
@@ -37,13 +37,13 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /#/status
path: /-/healthy
port: 9091
initialDelaySeconds: 10
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /#/status
path: /-/ready
port: 9091
initialDelaySeconds: 10
timeoutSeconds: 10