From d1e86ce5ec75a2c679d8bc124886cad57f2cf738 Mon Sep 17 00:00:00 2001 From: platform-engineer-agent Date: Sun, 26 Jul 2026 13:26:46 +0200 Subject: [PATCH] fix(prometheus): add restart annotation to trigger rollout and clean up stale pods --- monitoring/prometheus-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitoring/prometheus-deployment.yaml b/monitoring/prometheus-deployment.yaml index 6ca8c74..f15ae40 100644 --- a/monitoring/prometheus-deployment.yaml +++ b/monitoring/prometheus-deployment.yaml @@ -14,6 +14,8 @@ spec: metadata: labels: app: prometheus + annotations: + kubectl.kubernetes.io/restartedAt: "2026-07-26T12:00:00Z" spec: # Prevent scheduling on Raspberry Pi due to resource requirements (512Mi-1Gi memory, 500m-1000m CPU) nodeSelector: