Skip to content
Snippets Groups Projects
Commit de8cb70f authored by Vivek Singh's avatar Vivek Singh Committed by Alex Ellis
Browse files

Update scrape port for prometheus to 8082


Fixes: #1121

Signed-off-by: default avatarVivek Singh <vivekkmr45@yahoo.in>
parent be368400
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -32,7 +32,7 @@ scrape_configs:
scrape_interval: 5s
dns_sd_configs:
- names: ['tasks.gateway']
port: 8080
port: 8082
type: A
refresh_interval: 5s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment