Skip to content

Commit

Permalink
Remove service creation
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla committed Feb 15, 2024
1 parent b97e025 commit 1a2dc84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions node/tools/src/bin/deployer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ async fn deploy(nodes: usize) -> anyhow::Result<()> {
NAMESPACE,
)
.await?;
k8s::create_or_reuse_service(
&client,
&format!("consensus-node-{i:0>2}"),
&format!("consensus-node-{i:0>2}"),
)
.await?;
}

// obtain seed peer(s) IP(s)
Expand Down
2 changes: 1 addition & 1 deletion node/tools/src/rpc/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pub trait RPCMethod {
}

pub(crate) mod config;
pub(crate) mod health_check;
pub mod health_check;
pub(crate) mod peers;

0 comments on commit 1a2dc84

Please sign in to comment.