Merge remote-tracking branch 'origin/master' into feat/install_opnsense_node_exporter

This commit is contained in:
2025-10-29 13:49:56 -04:00
22 changed files with 553 additions and 233 deletions

View File

@@ -54,6 +54,7 @@ pub async fn get_topology() -> HAClusterTopology {
let gateway_ipv4 = ipv4!("192.168.1.1");
let gateway_ip = IpAddr::V4(gateway_ipv4);
harmony::topology::HAClusterTopology {
kubeconfig: None,
domain_name: "demo.harmony.mcd".to_string(),
router: Arc::new(UnmanagedRouter::new(
gateway_ip,