reorder run params & update README
All checks were successful
Run Check Script / check (pull_request) Successful in -49s

This commit is contained in:
Ian Letourneau
2025-08-04 16:56:19 -04:00
parent eab27b1f66
commit acf7e2f8b8
9 changed files with 44 additions and 45 deletions

View File

@@ -5,8 +5,8 @@ use harmony::{
#[tokio::main]
async fn main() {
harmony_cli::run(
K8sAnywhereTopology::from_env(),
Inventory::autoload(),
K8sAnywhereTopology::from_env(),
vec![Box::new(NtfyScore {
namespace: "monitoring".to_string(),
host: "localhost".to_string(),