From ffbe97815b9491a888a28a93c6ecae6444c7363c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 17:12:53 +0900 Subject: [PATCH] FEAT(minio): enable ServiceMonitor for Prometheus - Add includeNode for per-node metrics - Add release label for Prometheus discovery - Set 30s interval and 10s timeout --- minio/helm-values.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/minio/helm-values.yaml b/minio/helm-values.yaml index 79d67b7..5ab2a5c 100644 --- a/minio/helm-values.yaml +++ b/minio/helm-values.yaml @@ -107,7 +107,12 @@ priorityClassName: high-priority # Prometheus metrics metrics: serviceMonitor: - enabled: true # Enable ServiceMonitor for Prometheus scraping + enabled: true + includeNode: true + additionalLabels: + release: prometheus + interval: 30s + scrapeTimeout: 10s # Disable post-install job by setting all triggers to empty # Job is created if any of: buckets, users, policies, customCommands, svcaccts exist