mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
adb9f3ef1e
commit
203c56da14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user