Skip to content

Commit f427f7e

Browse files
change nodemetric port
1 parent 759a46d commit f427f7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/api-gateway/env/routes/nodemetrics.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ active = true
33
name = "Get current memory"
44
method = "GET"
55
roles = ["*"]
6-
upstream = "http://nodemetrics:7777"
6+
upstream = "http://nodemetrics:8090"
77
listen = "/memory/current"
88
strip = false
99
group = "nodemetrics"
@@ -13,7 +13,7 @@ active = true
1313
name = "Get history memory"
1414
method = "GET"
1515
roles = ["*"]
16-
upstream = "http://nodemetrics:7777"
16+
upstream = "http://nodemetrics:8090"
1717
listen = "/memory/history"
1818
strip = false
1919
group = "nodemetrics"
@@ -23,7 +23,7 @@ active = true
2323
name = "Get current cpu"
2424
method = "GET"
2525
roles = ["*"]
26-
upstream = "http://nodemetrics:7777"
26+
upstream = "http://nodemetrics:8090"
2727
listen = "/cpu/current"
2828
strip = false
2929
group = "nodemetrics"
@@ -33,7 +33,7 @@ active = true
3333
name = "Get history cpu"
3434
method = "GET"
3535
roles = ["*"]
36-
upstream = "http://nodemetrics:7777"
36+
upstream = "http://nodemetrics:8090"
3737
listen = "/cpu/history"
3838
strip = false
3939
group = "nodemetrics"
@@ -43,7 +43,7 @@ active = true
4343
name = "Get current storage"
4444
method = "GET"
4545
roles = ["*"]
46-
upstream = "http://nodemetrics:7777"
46+
upstream = "http://nodemetrics:8090"
4747
listen = "/storage/current"
4848
strip = false
4949
group = "nodemetrics"

0 commit comments

Comments
 (0)