Wire llm-connect runtime for daily triage

This commit is contained in:
2026-06-18 15:12:31 +02:00
parent 977a3bd97f
commit 206bb336d2
6 changed files with 207 additions and 5 deletions

View File

@@ -33,7 +33,9 @@ def _by_kind_name(kind: str, name: str) -> dict[str, Any]:
def test_runtime_config_has_ops_inventory_placeholders() -> None:
config = _by_kind_name("ConfigMap", "actcore-runtime-config")
assert config["data"]["LLM_CONNECT_URL"] == ""
assert config["data"]["LLM_CONNECT_URL"] == (
"http://llm-connect.activity-core.svc.cluster.local:8080"
)
assert config["data"]["LLM_CONNECT_TIMEOUT_SECONDS"] == "300"
assert config["data"]["OPS_INVENTORY_PATH"] == (
"/etc/activity-core/ops/service-inventory.yml"