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/README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,19 +90,6 @@ In addition to the documented values, all services also support the following va
90
90
| codeIntelDB.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `codeintel-db`|
91
91
| codeIntelDB.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
92
92
| codeIntelDB.storageSize | string |`"200Gi"`| PVC Storage Request for `codeintel-db` data volume |
93
-
| embeddings.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `embeddings` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
| embeddings.env | object |`{}`| Environment variables for the `embeddings` container |
96
-
| embeddings.extraVolumeMounts | object |`{}`||
97
-
| embeddings.extraVolumes | object |`{}`||
98
-
| embeddings.image.defaultTag | string |`"5.6.185@sha256:39b1607ba71da47cfe85f55026b7435654de324477bed5da112b39ab2ac1314b"`| Docker image tag for the `embeddings` image |
99
-
| embeddings.image.name | string |`"embeddings"`| Docker image name for the `embeddings` image |
100
-
| embeddings.name | string |`"embeddings"`| Name of the `embeddings` service |
101
-
| embeddings.podSecurityContext | object |`{}`| Security context for the `embeddings` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
102
-
| embeddings.resources | object |`{"limits":{"cpu":"8","memory":"64G"},"requests":{"cpu":"4","memory":"32G"}}`| Resource requests & limits for the `worker` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
| embeddings.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `embeddings`|
105
-
| embeddings.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
106
93
| extraResources | list |`[]`| Additional resources to include in the rendered manifest. Templates are supported. |
107
94
| frontend.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `frontend` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
108
95
| frontend.env | object | the chart will add some default environment values | Environment variables for the `frontend` container |
# -- Resource requests & limits for the `worker` container,
296
-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)
297
-
resources:
298
-
limits:
299
-
cpu: "8"
300
-
memory: 64G
301
-
requests:
302
-
cpu: "4"
303
-
memory: 32G
304
-
# -- Environment variables for the `embeddings` container
305
-
env: {}
306
-
# -- Security context for the `embeddings` container,
307
-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
308
-
containerSecurityContext:
309
-
allowPrivilegeEscalation: false
310
-
runAsUser: 100
311
-
runAsGroup: 101
312
-
readOnlyRootFilesystem: true
313
-
# -- Security context for the `embeddings` container,
314
-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
315
-
podSecurityContext: {}
316
-
serviceAccount:
317
-
# -- Enable creation of ServiceAccount for `embeddings`
318
-
create: false
319
-
# -- Name of the ServiceAccount to be created or an existing ServiceAccount
320
-
name: ""
321
-
annotations: {}
322
-
extraVolumeMounts: {}
323
-
extraVolumes: {}
324
-
325
285
frontend:
326
286
# -- Environment variables for the `frontend` container
327
287
# @default -- the chart will add some default environment values
0 commit comments