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
@@ -11,6 +11,7 @@ Use `**BREAKING**:` to denote a breaking change
11
11
- Fix Pod Disruption Budget for sourcegraph-frontend
12
12
- Added a startup probe to the gitserver statefulset to give it time to run the on-disk migration from repo names to repo IDs
13
13
- The repo-updater service is no longer needed and has been removed from the chart.
14
+
- The symbols service is no longer needed and has been removed from the chart. Consider merging env vars and resource overrides given to symbols into searcher before upgrading.
Copy file name to clipboardExpand all lines: charts/sourcegraph/README.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ In addition to the documented values, all services also support the following va
298
298
| 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/)|
299
299
| searcher.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `searcher`|
300
300
| searcher.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
301
-
| searcher.storageSize | string |`"26Gi"`| Size of the PVC for searcher pods to store cache data |
301
+
| searcher.storageSize | string |`"52Gi"`| Size of the PVC for searcher pods to store cache data |
302
302
| 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)|
303
303
| sourcegraph.image.defaultTag | string |`"{{ .Chart.AppVersion }}"`| Global docker image tag |
@@ -320,16 +320,6 @@ In addition to the documented values, all services also support the following va
320
320
| storageClass.parameters | object |`{}`| Extra parameters of storageClass, consult your cloud provider persistent storage documentation |
321
321
| storageClass.provisioner | string |`"kubernetes.io/gce-pd"`| Name of the storageClass provisioner, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/storage-classes/#provisioner) and consult your cloud provider persistent storage documentation |
322
322
| storageClass.type | string |`"pd-ssd"`| Value of `type` key in storageClass `parameters`, consult your cloud provider persistent storage documentation |
323
-
| symbols.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `symbols` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
324
-
| symbols.image.defaultTag | string |`"6.0.0@sha256:7f91048d1966add54b199755c77a5c3ca84b7f57bb5d2ffb65113da7f100b051"`| Docker image tag for the `symbols` image |
325
-
| symbols.image.name | string |`"symbols"`| Docker image name for the `symbols` image |
326
-
| symbols.name | string |`"symbols"`| Name used by resources. Does not affect service names or PVCs. |
327
-
| symbols.podSecurityContext | object |`{"fsGroup":101,"fsGroupChangePolicy":"OnRootMismatch","runAsUser":100}`| Security context for the `symbols` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
328
-
| symbols.replicaCount | int |`1`| Number of `symbols` pod |
329
-
| 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/)|
330
-
| symbols.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `symbols`|
331
-
| symbols.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
332
-
| symbols.storageSize | string |`"12Gi"`| Size of the PVC for symbols pods to store cache data |
333
323
| syntacticCodeIntel.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `syntactic-code-intel-worker` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
334
324
| syntacticCodeIntel.enabled | bool |`false`||
335
325
| syntacticCodeIntel.image.defaultTag | string |`"6.0.0@sha256:50bdeb38b196f0fc21404969016bf8263f78144292e905867e93480f66c8251c"`| Docker image tag for the `syntactic-code-intel-worker` image |
0 commit comments