Skip to content

Commit 1470bda

Browse files
committed
update native k8s helm chart readme
1 parent 3dc7f08 commit 1470bda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/sourcegraph-executor/k8s/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ In addition to the documented values, the `executor` and `private-docker-registr
8989
| executor.queueName | string | `""` | The name of the queue to pull jobs from to. Possible values: batches and codeintel. **Either this or queueNames is required.** |
9090
| executor.queueNames | list | `[]` | The names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or queueName is required.** |
9191
| executor.replicas | int | `1` | |
92+
| executor.resources.limits.cpu | string | `"1"` | |
93+
| executor.resources.limits.memory | string | `"1Gi"` | |
94+
| executor.resources.requests.cpu | string | `"500m"` | |
95+
| executor.resources.requests.memory | string | `"200Mi"` | |
9296
| executor.securityContext | object | `{"fsGroup":null,"privileged":false,"runAsGroup":null,"runAsUser":null}` | The containerSecurityContext for the executor image |
9397
| executor.storageSize | string | `"10Gi"` | The storage size of the PVC attached to the executor deployment. |
9498
| executor.tolerations | list | `[]` | Tolerations, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
@@ -99,6 +103,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
99103
| sourcegraph.image.useGlobalTagAsDefault | bool | `false` | When set to true, sourcegraph.image.defaultTag is used as the default defaultTag for all services, instead of service-specific default defaultTags |
100104
| sourcegraph.imagePullSecrets | list | `[]` | Mount named secrets containing docker credentials |
101105
| sourcegraph.labels | object | `{}` | Add a global label to all resources |
106+
| sourcegraph.localDevMode | bool | `false` | When true, remove all resource stanzas, allowing the scheduler to best-fit pods. Intended for local development with limited resources. |
102107
| sourcegraph.nameOverride | string | `""` | Set a custom name for the app.kubernetes.io/name annotation |
103108
| sourcegraph.nodeSelector | object | `{}` | NodeSelector, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector) |
104109
| sourcegraph.podAnnotations | object | `{}` | Add extra annotations to attach to all pods |

0 commit comments

Comments
 (0)