mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 14:51:44 +00:00
remove a few dangling references to query-runner (#28356)
This commit is contained in:
parent
de8ae5ee28
commit
ca78d2a7bc
@ -60,7 +60,6 @@ echo "--- go build"
|
||||
PACKAGES=(
|
||||
github.com/sourcegraph/sourcegraph/cmd/github-proxy
|
||||
github.com/sourcegraph/sourcegraph/cmd/gitserver
|
||||
github.com/sourcegraph/sourcegraph/cmd/query-runner
|
||||
github.com/sourcegraph/sourcegraph/cmd/searcher
|
||||
github.com/sourcegraph/sourcegraph/cmd/symbols
|
||||
github.com/google/zoekt/cmd/zoekt-archive-index
|
||||
|
||||
@ -17,7 +17,6 @@ var SrcProfServices = []map[string]string{
|
||||
{"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": "query-runner", "Host": "127.0.0.1:6067"},
|
||||
{"Name": "worker", "Host": "127.0.0.1:6089"},
|
||||
{"Name": "precise-code-intel-worker", "Host": "127.0.0.1:6088"},
|
||||
// no executors in server image
|
||||
|
||||
@ -137,7 +137,6 @@ func Main() {
|
||||
nginx,
|
||||
`frontend: env CONFIGURATION_MODE=server frontend`,
|
||||
gitserverLine,
|
||||
`query-runner: query-runner`,
|
||||
`symbols: symbols`,
|
||||
`searcher: searcher`,
|
||||
`github-proxy: github-proxy`,
|
||||
|
||||
@ -72,7 +72,6 @@ var DeploySourcegraphDockerImages = []string{
|
||||
"postgres_exporter",
|
||||
"precise-code-intel-worker",
|
||||
"prometheus",
|
||||
"query-runner",
|
||||
"redis-cache",
|
||||
"redis-store",
|
||||
"redis_exporter",
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
{ "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": "query-runner", "Host": "127.0.0.1:6067" },
|
||||
{ "Name": "precise-code-intel-worker", "Host": "127.0.0.1:6088" },
|
||||
{ "Name": "worker", "Host": "127.0.0.1:6089" }
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user