From ebc41933b7115e100b0a63137de43bd6abe34293 Mon Sep 17 00:00:00 2001
From: Vivek Singh <vivekkmr45@yahoo.in>
Date: Sat, 9 Mar 2019 19:38:03 +0530
Subject: [PATCH] Remove prometheus changes

Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
---
 prometheus/k8s.prometheus.yml | 2 +-
 prometheus/prometheus.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/prometheus/k8s.prometheus.yml b/prometheus/k8s.prometheus.yml
index 9d8c32b5..41c082d6 100644
--- a/prometheus/k8s.prometheus.yml
+++ b/prometheus/k8s.prometheus.yml
@@ -32,6 +32,6 @@ scrape_configs:
     scrape_interval: 5s
     dns_sd_configs:
       - names: ['gateway.default.svc.cluster.local']
-        port: 8082
+        port: 8080
         type: A
         refresh_interval: 5s
diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml
index f19d30ea..75bff917 100644
--- a/prometheus/prometheus.yml
+++ b/prometheus/prometheus.yml
@@ -32,7 +32,7 @@ scrape_configs:
     scrape_interval: 5s
     dns_sd_configs:
       - names: ['tasks.gateway']
-        port: 8082
+        port: 8080
         type: A
         refresh_interval: 5s
 
-- 
GitLab