File tree Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Expand file tree Collapse file tree 4 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ Grpc = "ClearText"
1515host = " proxy"
1616private_port = 20100
1717public_port = 19100
18- metrics_host = " proxy"
1918metrics_port = 21100
2019
2120[[shards ]]
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ impl LocalKubernetesNet {
382382 Grpc = "ClearText"
383383
384384 [[proxies]]
385- host = "proxy-0.default.svc.cluster.local"
385+ host = "proxy-0.proxy-internal. default.svc.cluster.local"
386386 public_port = {port}
387387 private_port = {internal_port}
388388 metrics_port = {metrics_port}
@@ -495,7 +495,7 @@ impl LocalKubernetesNet {
495495 let local_port = 19100 + i;
496496 kubectl_instance. port_forward (
497497 proxy_service,
498- & format ! ( "{local_port}:{local_port} " ) ,
498+ & format ! ( "{local_port}:19100 " ) ,
499499 cluster_id,
500500 ) ?;
501501
Original file line number Diff line number Diff line change @@ -514,7 +514,6 @@ impl LocalNet {
514514 host = "{internal_host}"
515515 public_port = {public_port}
516516 private_port = {internal_port}
517- metrics_host = "{external_host}"
518517 metrics_port = {metrics_port}
519518 "#
520519 ) ) ;
Original file line number Diff line number Diff line change @@ -620,7 +620,6 @@ mod test {
620620 host = "proxy"
621621 public_port = 20100
622622 private_port = 20200
623- metrics_host = "proxy"
624623 metrics_port = 21100
625624
626625 [[shards]]
You can’t perform that action at this time.
0 commit comments