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) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-01 03:26:46 -05:00
parent 0a31313956
commit cc463a662f

View file

@ -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: