prometheus: fix probe endpoint
1 files changed, 2 insertions(+), 2 deletions(-) M monitoring/prometheus/deployment.yaml
M monitoring/prometheus/deployment.yaml => monitoring/prometheus/deployment.yaml +2 -2
@@ 34,7 34,7 @@ spec: readinessProbe: httpGet: port: metrics - path: /-/healthy + path: /-/ready volumeMounts: - name: data mountPath: /prometheus @@ 56,7 56,7 @@ spec: readinessProbe: httpGet: port: sidecar-metrics - path: /-/healthy + path: /-/ready volumeMounts: - name: data mountPath: /prometheus