generated from coulomb/repo-seed
Wire llm-connect runtime for daily triage
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user