From cc463a662fc119caa2cf2be8931404ccf9bca30c Mon Sep 17 00:00:00 2001 From: justin Date: Fri, 1 May 2026 03:26:46 -0500 Subject: [PATCH] Fix MinIO health probe: use internal Docker URL instead of public MinIO returns 403 when accessed via minio.performancewest.net because it interprets the Host header as a bucket name. Switch blackbox probe to internal http://minio:9000/minio/health/live which works correctly. Co-Authored-By: Claude Opus 4.6 (1M context) --- monitoring/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.yml index a788af8..44e1b0c 100644 --- a/monitoring/prometheus.yml +++ b/monitoring/prometheus.yml @@ -58,7 +58,7 @@ scrape_configs: - https://crm.performancewest.net - https://lists.performancewest.net - https://analytics.performancewest.net - - https://minio.performancewest.net/minio/health/live + - http://minio:9000/minio/health/live - https://crypto.performancewest.net - https://pay.performancewest.net relabel_configs: