You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sourcegraph-executor/k8s/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,10 @@ In addition to the documented values, the `executor` and `private-docker-registr
89
89
| executor.queueName | string |`""`| The name of the queue to pull jobs from to. Possible values: batches and codeintel. **Either this or queueNames is required.**|
90
90
| executor.queueNames | list |`[]`| The names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or queueName is required.**|
| executor.securityContext | object |`{"fsGroup":null,"privileged":false,"runAsGroup":null,"runAsUser":null}`| The containerSecurityContext for the executor image |
93
97
| executor.storageSize | string |`"10Gi"`| The storage size of the PVC attached to the executor deployment. |
94
98
| 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
99
103
| 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 |
100
104
| sourcegraph.imagePullSecrets | list |`[]`| Mount named secrets containing docker credentials |
101
105
| 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. |
102
107
| sourcegraph.nameOverride | string |`""`| Set a custom name for the app.kubernetes.io/name annotation |
103
108
| sourcegraph.nodeSelector | object |`{}`| NodeSelector, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector)|
104
109
| sourcegraph.podAnnotations | object |`{}`| Add extra annotations to attach to all pods |
0 commit comments