diff --git a/components/executors/dind/patches/executor.ConfigMap.yaml b/components/executors/dind/patches/executor.ConfigMap.yaml index bf213097..2ae522ca 100644 --- a/components/executors/dind/patches/executor.ConfigMap.yaml +++ b/components/executors/dind/patches/executor.ConfigMap.yaml @@ -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" diff --git a/components/executors/k8s/patches/executor.ConfigMap.yaml b/components/executors/k8s/patches/executor.ConfigMap.yaml index 97fa8cac..6a55d649 100644 --- a/components/executors/k8s/patches/executor.ConfigMap.yaml +++ b/components/executors/k8s/patches/executor.ConfigMap.yaml @@ -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" diff --git a/examples/executors/patches/executor.ConfigMap.yaml b/examples/executors/patches/executor.ConfigMap.yaml index fa39bec1..156f0c29 100644 --- a/examples/executors/patches/executor.ConfigMap.yaml +++ b/examples/executors/patches/executor.ConfigMap.yaml @@ -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"