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
-18Lines changed: 0 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,24 +256,6 @@ In addition to the documented values, all services also support the following va
256
256
| prometheus.serviceAccount.create | bool |`true`| Enable creation of ServiceAccount |
257
257
| prometheus.serviceAccount.name | string |`"prometheus"`| Name of the ServiceAccount to be created or an existing ServiceAccount |
258
258
| prometheus.storageSize | string |`"200Gi"`| PVC Storage Request for `prometheus` data volume |
259
-
| qdrant.config | object |`{"debug":true,"log_level":"INFO"}`| Resource requests & limits for the `qdrant` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
260
-
| qdrant.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"runAsGroup":101,"runAsUser":100}`| Security context for the `qdrant` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
| qdrant.env | object |`{}`| Environment variables for the `qdrant` container |
263
-
| qdrant.extraVolumeMounts | object |`{}`||
264
-
| qdrant.extraVolumes | object |`{}`||
265
-
| qdrant.image.defaultTag | string |`"5.3.2@sha256:c8628523bb6acf57b0633ab3ca3bc7a07ee21d6ecac1fb370b1bed3d73420269"`| Docker image tag for the `qdrant` image |
266
-
| qdrant.image.name | string |`"qdrant"`| Docker image name for the `qdrant` image |
267
-
| qdrant.name | string |`"qdrant"`| Name of the `qdrant` service |
268
-
| qdrant.podSecurityContext | object |`{"fsGroup":101,"fsGroupChangePolicy":"OnRootMismatch","runAsGroup":101,"runAsUser":100}`| Security context for the `qdrant` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
| qdrant.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `embeddings`|
275
-
| qdrant.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
276
-
| qdrant.storageSize | string |`"100Gi"`| PVC Storage Request for `qdrant` data volume |
277
259
| redisCache.connection.endpoint | string |`"redis-cache:6379"`| Endpoint to use for redis-cache. Supports either host:port or IANA specification |
278
260
| redisCache.connection.existingSecret | string |`""`| Name of existing secret to use for Redis endpoint The secret must contain the key `endpoint` and should follow IANA specification learn more from the [Helm docs](https://docs.sourcegraph.com/admin/install/kubernetes/helm#using-external-redis-instances)|
279
261
| redisCache.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":1000,"runAsUser":999}`| Security context for the `redis-cache` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
# -- Resource requests & limits for the `qdrant` container,
336
-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)
337
-
config:
338
-
debug: true
339
-
log_level: INFO
340
-
resources:
341
-
limits:
342
-
cpu: "2"
343
-
memory: 8G
344
-
requests:
345
-
cpu: "500m"
346
-
memory: 2G
347
-
# -- Environment variables for the `qdrant` container
348
-
env: {}
349
-
# -- Security context for the `qdrant` container,
350
-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
351
-
containerSecurityContext:
352
-
allowPrivilegeEscalation: false
353
-
runAsUser: 100
354
-
runAsGroup: 101
355
-
# -- Security context for the `qdrant` container,
356
-
# learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)
357
-
podSecurityContext:
358
-
runAsUser: 100
359
-
runAsGroup: 101
360
-
fsGroup: 101
361
-
fsGroupChangePolicy: "OnRootMismatch"
362
-
serviceAccount:
363
-
# -- Enable creation of ServiceAccount for `embeddings`
364
-
create: false
365
-
# -- Name of the ServiceAccount to be created or an existing ServiceAccount
366
-
name: ""
367
-
annotations: {}
368
-
extraVolumeMounts: {}
369
-
extraVolumes: {}
370
-
# -- PVC Storage Request for `qdrant` data volume
371
-
storageSize: 100Gi
372
-
373
325
frontend:
374
326
# -- Environment variables for the `frontend` container
375
327
# @default -- the chart will add some default environment values
0 commit comments