Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
Merged
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
9 changes: 7 additions & 2 deletions configure/executors/k8s/executor.ConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ data:
# Either set this or EXECUTOR_QUEUE_NAME.
EXECUTOR_QUEUE_NAMES: "batches,codeintel"
EXECUTOR_KUBERNETES_RESOURCE_REQUEST_MEMORY: "5Gi"
# KUBERNETES_RUN_AS_USER: "-1"
# KUBERNETES_RUN_AS_GROUP: "-1"
# KUBERNETES_RUN_AS_USER and KUBERNETES_RUN_AS_GROUP can be used to set
# the UID and GID of the Pods in which Batch Change and Code Intel Jobs run.
# If not set, or if set to blank, those Pods will use the UID and GID
# of the containers, which often defaults to `root`,
# violating the security restrictions of many cluster deployments.
KUBERNETES_RUN_AS_USER: ""
KUBERNETES_RUN_AS_GROUP: ""
# KUBERNETES_FS_GROUP: "1000"
Loading