mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* Separate Prom metrics, different processors as different jobs * Create producers before consumers, may streamline startup. * Bump version * Add Pulsar init command, will replace pulsar-admin invocations. * Integrate tg-init-pulsar with YAMLs * Update YAMLs
6 lines
149 B
Jsonnet
6 lines
149 B
Jsonnet
{
|
|
pulsar: "pulsar://pulsar:6650",
|
|
pulsar_admin: "http://pulsar:8080",
|
|
milvus: "http://milvus:19530",
|
|
qdrant: "http://qdrant:6333",
|
|
}
|