mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Update readiness liveness probe path for prometheus pushgateway (#19580)
Signed-off-by: Ato Araki <ato.araki@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
65b7525f67
commit
8a26dc2e7d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user