mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
This might be useful for some customers, but definitely will be useful for us to write an E2E pipeline for embeddings. cc @sourcegraph/dev-experience for a quick glance at the debugserver/prometheus part of this. ## Test plan Will build the image locally and see if it works alright with the env var set.
18 lines
940 B
JSON
18 lines
940 B
JSON
[
|
|
{ "Name": "frontend", "Host": "127.0.0.1:6063" },
|
|
{ "Name": "gitserver", "Host": "127.0.0.1:6068" },
|
|
{ "Name": "searcher", "Host": "127.0.0.1:6069" },
|
|
{ "Name": "symbols", "Host": "127.0.0.1:6071" },
|
|
{ "Name": "repo-updater", "Host": "127.0.0.1:6074" },
|
|
{ "Name": "worker", "Host": "127.0.0.1:6089" },
|
|
{ "Name": "worker-executors", "Host": "127.0.0.1:6969" },
|
|
{ "Name": "precise-code-intel-worker", "Host": "127.0.0.1:6088" },
|
|
{ "Name": "executor-codeintel", "Host": "127.0.0.1:6092" },
|
|
{ "Name": "executor-batches", "Host": "127.0.0.1:6093" },
|
|
{ "Name": "zoekt-indexserver-0", "Host": "127.0.0.1:6072" },
|
|
{ "Name": "zoekt-indexserver-1", "Host": "127.0.0.1:6073" },
|
|
{ "Name": "embeddings", "Host": "127.0.0.1:6099" },
|
|
{ "Name": "zoekt-webserver-0", "Host": "127.0.0.1:3070", "DefaultPath": "/debug/requests/" },
|
|
{ "Name": "zoekt-webserver-1", "Host": "127.0.0.1:3071", "DefaultPath": "/debug/requests/" }
|
|
]
|