wip: helm chart deploys to namespace with resource limits and requests, trying to fix connection refused to api error

This commit is contained in:
2025-06-27 14:47:28 -04:00
parent 8e857bc72a
commit 460c8b59e1
9 changed files with 246 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "example-monitoring-with-tenant"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
cidr.workspace = true
harmony = { version = "0.1.0", path = "../../harmony" }
harmony_cli = { version = "0.1.0", path = "../../harmony_cli" }
tokio.workspace = true
url.workspace = true