[prometheus] fix: alertmanager to use /-/ready as readiness probe (#20190)

Signed-off-by: Daniel Hajduk <daniel.piotr.hajduk@gmail.com>
This commit is contained in:
Daniel Hajduk
2020-01-16 12:10:32 -08:00
committed by Kubernetes Prow Robot
parent adb9f3ef1e
commit 203c56da14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: prometheus
version: 10.3.0
version: 10.3.1
appVersion: 2.15.2
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
@@ -62,7 +62,7 @@ spec:
- containerPort: 9093
readinessProbe:
httpGet:
path: {{ .Values.alertmanager.prefixURL }}/#/status
path: {{ .Values.alertmanager.prefixURL }}/-/ready
port: 9093
initialDelaySeconds: 30
timeoutSeconds: 30