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:
parent
0a31313956
commit
cc463a662f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue