Skip to content

Commit

Permalink
change nodemetric port
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoTuleninova committed Aug 3, 2018
1 parent 759a46d commit f427f7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/api-gateway/env/routes/nodemetrics.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ active = true
name = "Get current memory"
method = "GET"
roles = ["*"]
upstream = "http://nodemetrics:7777"
upstream = "http://nodemetrics:8090"
listen = "/memory/current"
strip = false
group = "nodemetrics"
Expand All @@ -13,7 +13,7 @@ active = true
name = "Get history memory"
method = "GET"
roles = ["*"]
upstream = "http://nodemetrics:7777"
upstream = "http://nodemetrics:8090"
listen = "/memory/history"
strip = false
group = "nodemetrics"
Expand All @@ -23,7 +23,7 @@ active = true
name = "Get current cpu"
method = "GET"
roles = ["*"]
upstream = "http://nodemetrics:7777"
upstream = "http://nodemetrics:8090"
listen = "/cpu/current"
strip = false
group = "nodemetrics"
Expand All @@ -33,7 +33,7 @@ active = true
name = "Get history cpu"
method = "GET"
roles = ["*"]
upstream = "http://nodemetrics:7777"
upstream = "http://nodemetrics:8090"
listen = "/cpu/history"
strip = false
group = "nodemetrics"
Expand All @@ -43,7 +43,7 @@ active = true
name = "Get current storage"
method = "GET"
roles = ["*"]
upstream = "http://nodemetrics:7777"
upstream = "http://nodemetrics:8090"
listen = "/storage/current"
strip = false
group = "nodemetrics"

0 comments on commit f427f7e

Please sign in to comment.