From a882d2b296d654dc2c1b3517e624a7472dd3fcf9 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 26 Jun 2024 17:15:50 +1000 Subject: [PATCH] use default pod scraping path --- kubernetes/infrastructure/prometheus/app/service.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kubernetes/infrastructure/prometheus/app/service.yaml b/kubernetes/infrastructure/prometheus/app/service.yaml index 44826ff..03f68f5 100644 --- a/kubernetes/infrastructure/prometheus/app/service.yaml +++ b/kubernetes/infrastructure/prometheus/app/service.yaml @@ -5,7 +5,6 @@ metadata: namespace: prometheus annotations: prometheus.io/scrape: 'true' - prometheus.io/path: '/data/metrics' prometheus.io/port: '9999' spec: selector: