diff --git a/ansible/inventory/host_vars/titania.incus.yml b/ansible/inventory/host_vars/titania.incus.yml index 490a953..3ee0feb 100644 --- a/ansible/inventory/host_vars/titania.incus.yml +++ b/ansible/inventory/host_vars/titania.incus.yml @@ -211,9 +211,15 @@ haproxy_backends: health_path: "/mcp" timeout_server: 300s # SSE streaming support for MCP + - subdomain: "caliban" + backend_host: "caliban.incus" + backend_port: 20261 + health_path: "/mcp" + timeout_server: 300s # SSE streaming support for MCP + - subdomain: "rommie" backend_host: "caliban.incus" - backend_port: 22061 + backend_port: 20361 health_path: "/mcp" timeout_server: 300s # SSE streaming support for MCP