~xdavidwu/flux

609f1dc58b38032aac72c9742485b4fa41aa7ae7 — Pinghao Wu 19 days ago 2090be8
prometheus: readiness probe
1 files changed, 4 insertions(+), 0 deletions(-)

M monitoring/prometheus/deployment.yaml
M monitoring/prometheus/deployment.yaml => monitoring/prometheus/deployment.yaml +4 -0
@@ 26,6 26,10 @@ spec:
          ports:
            - name: metrics
              containerPort: 9090
          readinessProbe:
            httpGet:
              port: metrics
              path: /-/healthy
          volumeMounts:
            - name: configs
              mountPath: /etc/prometheus