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/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Use `**BREAKING**:` to denote a breaking change
8
8
9
9
## Unreleased
10
10
* The default `hostPort`s for OpenTelemetry agent pods deployed by the DaemonSet can now be overridden by setting `openTelemetry.agent.hostPorts` for one or more of `otlpGrpc`, `otlpHttp`, and `zpages`. This allows multiple instances of Sourcegraph to be deployed on a single cluster [#245](https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/245).
Copy file name to clipboardExpand all lines: charts/sourcegraph/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,11 +289,11 @@ In addition to the documented values, all services also support the following va
289
289
| searcher.image.name | string |`"searcher"`| Docker image name for the `searcher` image |
290
290
| searcher.name | string |`"searcher"`| Name used by resources. Does not affect service names or PVCs. |
291
291
| searcher.podSecurityContext | object |`{"fsGroup":101,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":100}`| Security context for the `searcher` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
292
-
| searcher.replicaCount | int |`2`| Number of `searcher` pod |
292
+
| searcher.replicaCount | int |`1`| Number of `searcher` pod |
293
293
| searcher.resources | object |`{"limits":{"cpu":"2","memory":"2G"},"requests":{"cpu":"500m","memory":"500M"}}`| Resource requests & limits for the `searcher` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
294
294
| searcher.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `searcher`|
295
295
| searcher.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
296
-
| searcher.storageSize | string |`"26Gi"`||
296
+
| searcher.storageSize | string |`"26Gi"`|Size of the PVC for searcher pods to store cache data|
297
297
| sourcegraph.affinity | object |`{}`| Global Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)|
298
298
| sourcegraph.image.defaultTag | string |`"{{ .Chart.AppVersion }}"`| Global docker image tag |
@@ -324,7 +324,7 @@ In addition to the documented values, all services also support the following va
324
324
| symbols.resources | object |`{"limits":{"cpu":"2","memory":"2G"},"requests":{"cpu":"500m","memory":"500M"}}`| Resource requests & limits for the `symbols` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
325
325
| symbols.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `symbols`|
326
326
| symbols.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
327
-
| symbols.storageSize | string |`"12Gi"`||
327
+
| symbols.storageSize | string |`"12Gi"`|Size of the PVC for symbols pods to store cache data|
328
328
| syntectServer.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `syntect-server` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
329
329
| syntectServer.image.defaultTag | string |`"4.4.2@sha256:e02c9d64e431815bf51b05036463d60a2472f4a6ba8c3c475083c3b116ed0fe6"`| Docker image tag for the `syntect-server` image |
330
330
| syntectServer.image.name | string |`"syntax-highlighter"`| Docker image name for the `syntect-server` image |
0 commit comments