Skip to content

Commit 4875fae

Browse files
committed
docs
1 parent 8a21d77 commit 4875fae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/sourcegraph-executor/k8s/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ In addition to the documented values, the `executor` and `private-docker-registr
8585
| executor.maximumNumJobs | int | `10` | The maximum amount of jobs that can be executed concurrently. |
8686
| executor.maximumRuntimePerJob | string | `"30m"` | |
8787
| executor.namespace | string | `"default"` | The namespace in which jobs are generated by the executor. |
88+
| executor.networkPolicy.enabled | bool | `false` | Enable network policies to deny egress to private, multicast, and metadata server networks. |
89+
| executor.networkPolicy.metadataServers | list | `["169.254.169.254"]` | List of metadata server IPs to explicitly deny egress to. |
90+
| executor.networkPolicy.multicastNetworks | list | `[{"cidr":"224.0.0.0/4"}]` | List of multicast network CIDR blocks to deny egress to. |
91+
| executor.networkPolicy.privateNetworks | list | `[{"cidr":"10.0.0.0/8"},{"cidr":"172.16.0.0/12"},{"cidr":"192.168.0.0/16"}]` | List of private network CIDR blocks to deny egress to. Each entry supports an optional `except` list of CIDRs to exclude from the deny rule. |
8892
| executor.nodeSelector | object | `{}` | NodeSelector, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) |
8993
| executor.queueName | string | `""` | The name of the queue to pull jobs from to. Possible values: batches and codeintel. **Either this or queueNames is required.** |
9094
| executor.queueNames | list | `[]` | The names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or queueName is required.** |

0 commit comments

Comments
 (0)