Update scrape port for prometheus to 8082

Fixes: #1121

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
This commit is contained in:
Vivek Singh 2019-03-09 23:27:17 +05:30 committed by Alex Ellis
parent be36840022
commit de8cb70f85
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ scrape_configs:
scrape_interval: 5s
dns_sd_configs:
- names: ['gateway.default.svc.cluster.local']
port: 8080
port: 8082
type: A
refresh_interval: 5s

View File

@ -32,7 +32,7 @@ scrape_configs:
scrape_interval: 5s
dns_sd_configs:
- names: ['tasks.gateway']
port: 8080
port: 8082
type: A
refresh_interval: 5s