From d06bf1e8a89dac9e1e5071b6eb57845a09b64cd1 Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Fri, 22 Sep 2023 14:03:00 -0400 Subject: [PATCH] chore: update service names for k8s devnet assets --- components/stacks-network/src/orchestrator.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/stacks-network/src/orchestrator.rs b/components/stacks-network/src/orchestrator.rs index 5c736bb9b..b8791d57a 100644 --- a/components/stacks-network/src/orchestrator.rs +++ b/components/stacks-network/src/orchestrator.rs @@ -169,11 +169,11 @@ impl DevnetOrchestrator { ) -> Result { let services_map_hosts = ServicesMapHosts { bitcoin_node_host: format!( - "bitcoind-chain-coordinator-service.{namespace}.svc.cluster.local:18443" + "bitcoind-chain-coordinator.{namespace}.svc.cluster.local:18443" ), - stacks_node_host: format!("stacks-node-service.{namespace}.svc.cluster.local:20443"), - postgres_host: format!("stacks-api-service.{namespace}.svc.cluster.local:5432"), - stacks_api_host: format!("stacks-api-service.{namespace}.svc.cluster.local:3999"), + stacks_node_host: format!("stacks-blockchain.{namespace}.svc.cluster.local:20443"), + postgres_host: format!("stacks-blockchain-api-pg.{namespace}.svc.cluster.local:5432"), + stacks_api_host: format!("stacks-blockchain-api.{namespace}.svc.cluster.local:3999"), stacks_explorer_host: "localhost".into(), // todo (micaiah) bitcoin_explorer_host: "localhost".into(), // todo (micaiah) subnet_node_host: "localhost".into(), // todo (micaiah)