monitoring: disable prometheus agent to make way for integrated prometheus

This commit is contained in:
2025-11-20 09:01:04 -05:00
parent 1bd3f85cef
commit 4e270f7cef

View File

@@ -3,7 +3,7 @@ kind: Deployment
metadata: metadata:
name: prometheus-agent name: prometheus-agent
spec: spec:
replicas: 1 replicas: 0
selector: selector:
matchLabels: matchLabels:
app: prometheus-agent app: prometheus-agent