From 1b92af3d3e6589edc86be8df961eda701c1888b9 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 5 Jan 2026 22:07:52 -0300 Subject: [PATCH] monitoring: restart postmark exporter --- services/monitoring/postmark-exporter-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/monitoring/postmark-exporter-deployment.yaml b/services/monitoring/postmark-exporter-deployment.yaml index 80b18ec1..adadc4bb 100644 --- a/services/monitoring/postmark-exporter-deployment.yaml +++ b/services/monitoring/postmark-exporter-deployment.yaml @@ -16,6 +16,7 @@ spec: prometheus.io/scrape: "true" prometheus.io/port: "8000" prometheus.io/path: "/metrics" + bstein.dev/restarted-at: "2026-01-06T00:00:00Z" spec: containers: - name: exporter @@ -60,4 +61,3 @@ spec: - name: script configMap: name: postmark-exporter-script -