From 4e270f7cefccbd2af5ea5123e1d36e0ce160cb4f Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 20 Nov 2025 09:01:04 -0500 Subject: [PATCH] monitoring: disable prometheus agent to make way for integrated prometheus --- system-apps/monitoring/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/monitoring/deployment.yaml b/system-apps/monitoring/deployment.yaml index e1e5917..898693b 100644 --- a/system-apps/monitoring/deployment.yaml +++ b/system-apps/monitoring/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: prometheus-agent spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: prometheus-agent