Skip to content

Commit 26c171f

Browse files
path from staging
1 parent eccbb3e commit 26c171f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ active = true
194194
name = "Get secret list"
195195
method = "GET"
196196
roles = ["*"]
197-
upstream = "http://kube-api:11214"
197+
upstream = "http://kube:1214"
198198
listen = "/namespaces/:namespace/secrets"
199199
strip = false
200200
group = "kube-api"
@@ -204,7 +204,7 @@ active = true
204204
name = "Get secret"
205205
method = "GET"
206206
roles = ["admin"]
207-
upstream = "http://kube-api:11214"
207+
upstream = "http://kube:1214"
208208
listen = "/namespaces/:namespace/secrets/:secret"
209209
strip = false
210210
group = "kube-api"
@@ -214,7 +214,7 @@ active = true
214214
name = "Create secret"
215215
method = "POST"
216216
roles = ["admin"]
217-
upstream = "http://kube-api:11214"
217+
upstream = "http://kube:1214"
218218
listen = "/namespaces/:namespace/secrets/docker"
219219
strip = false
220220
group = "kube-api"
@@ -224,7 +224,7 @@ active = true
224224
name = "Delete secret"
225225
method = "DELETE"
226226
roles = ["admin"]
227-
upstream = "http://kube-api:11214"
227+
upstream = "http://kube:1214"
228228
listen = "/namespaces/:namespace/secrets/:secret"
229229
strip = false
230230
group = "kube-api"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ active = true
2323
name = "Get history memory by node"
2424
method = "GET"
2525
roles = ["*"]
26-
upstream = "http://nodemetrics:7777"
26+
upstream = "http://nodemetrics:8090"
2727
listen = "/memory/history/nodes"
2828
strip = false
2929
group = "nodemetrics"
@@ -33,7 +33,7 @@ active = true
3333
name = "Get history memory websockets"
3434
method = "GET"
3535
roles = ["*"]
36-
upstream = "http://nodemetrics:7777"
36+
upstream = "http://nodemetrics:8090"
3737
listen = "/memory/history/ws"
3838
strip = false
3939
group = "nodemetrics"
@@ -43,7 +43,7 @@ active = true
4343
name = "Get history memory by node websockets"
4444
method = "GET"
4545
roles = ["*"]
46-
upstream = "http://nodemetrics:7777"
46+
upstream = "http://nodemetrics:8090"
4747
listen = "/memory/history/nodes/ws"
4848
strip = false
4949
group = "nodemetrics"
@@ -73,7 +73,7 @@ active = true
7373
name = "Get history cpu by node"
7474
method = "GET"
7575
roles = ["*"]
76-
upstream = "http://nodemetrics:7777"
76+
upstream = "http://nodemetrics:8090"
7777
listen = "/cpu/history/nodes"
7878
strip = false
7979
group = "nodemetrics"
@@ -83,7 +83,7 @@ active = true
8383
name = "Get history cpu websocket"
8484
method = "GET"
8585
roles = ["*"]
86-
upstream = "http://nodemetrics:7777"
86+
upstream = "http://nodemetrics:8090"
8787
listen = "/cpu/history/ws"
8888
strip = false
8989
group = "nodemetrics"
@@ -93,7 +93,7 @@ active = true
9393
name = "Get history cpu by node websocket"
9494
method = "GET"
9595
roles = ["*"]
96-
upstream = "http://nodemetrics:7777"
96+
upstream = "http://nodemetrics:8090"
9797
listen = "/cpu/history/nodes/ws"
9898
strip = false
9999
group = "nodemetrics"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ active = true
1313
name = "Add Solution Template"
1414
method = "POST"
1515
roles = ["admin"]
16-
upstream = "http://solutions.hosting.svc:6767"
16+
upstream = "http://solutions:6767"
1717
listen = "/templates"
1818
strip = false
1919
group = "solutions"
@@ -33,7 +33,7 @@ active = true
3333
name = "Deactivate template"
3434
method = "POST"
3535
roles = ["admin"]
36-
upstream = "http://solutions.hosting.svc:16767"
36+
upstream = "http://solutions:6767"
3737
listen = "/templates/:template/deactivate"
3838
strip = false
3939
group = "solutions"

0 commit comments

Comments
 (0)