~xdavidwu/flux

4cd31136eb5c87488bce3387818fea2f7b351b61 — Pinghao Wu 19 days ago a864697
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