Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/executors/dind/patches/executor.ConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: executor-config
# Refer to https://docs.sourcegraph.com/admin/executors/deploy_executors_binary#step-2-setup-environment-variables on how to populate these variables
# Refer to https://sourcegraph.com/docs/self-hosted/executors/deploy-executors-binary#step-2-setup-environment-variables on how to populate these variables
data:
EXECUTOR_FRONTEND_URL: "http://sourcegraph-frontend"
EXECUTOR_FRONTEND_URL: "http://sourcegraph-frontend:30080"
EXECUTOR_MAXIMUM_NUM_JOBS: "8"
# Used configure which queues Executors will process.
# Can be "batches" or "codeintel"
Expand Down
4 changes: 2 additions & 2 deletions components/executors/k8s/patches/executor.ConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: executor-config
# Refer to https://docs.sourcegraph.com/admin/executors/deploy_executors_binary#step-2-setup-environment-variables on how to populate these variables
# Refer to https://sourcegraph.com/docs/self-hosted/executors/deploy-executors-binary#step-2-setup-environment-variables on how to populate these variables
data:
EXECUTOR_FRONTEND_URL: "http://sourcegraph-frontend"
EXECUTOR_FRONTEND_URL: "http://sourcegraph-frontend:30080"
EXECUTOR_MAXIMUM_NUM_JOBS: "8"
# Used configure which queues Executors will process.
# Can be "batches" or "codeintel"
Expand Down
4 changes: 2 additions & 2 deletions examples/executors/patches/executor.ConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: executor-config
# Refer to https://docs.sourcegraph.com/admin/executors/deploy_executors_binary#step-2-setup-environment-variables on how to populate these variables
# Refer to https://sourcegraph.com/docs/self-hosted/executors/deploy-executors-binary#step-2-setup-environment-variables on how to populate these variables
data:
EXECUTOR_FRONTEND_URL: "http://sourcegraph-frontend"
EXECUTOR_FRONTEND_URL: "http://sourcegraph-frontend:30080"
EXECUTOR_MAXIMUM_NUM_JOBS: "8"
# Used configure which queues Executors will process.
# Can be "batches" or "codeintel"
Expand Down
Loading