diff --git a/charts/api-gateway/env/routes/nodemetrics.toml b/charts/api-gateway/env/routes/nodemetrics.toml index bfaf01e..17a9406 100644 --- a/charts/api-gateway/env/routes/nodemetrics.toml +++ b/charts/api-gateway/env/routes/nodemetrics.toml @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"