Skip to content

Commit 9dec91a

Browse files
committed
Fixup
1 parent e46c071 commit 9dec91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcegraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ In addition to the documented values, all services also support the following va
298298
| 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/) |
299299
| searcher.serviceAccount.create | bool | `false` | Enable creation of ServiceAccount for `searcher` |
300300
| 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 |
302302
| 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) |
303303
| sourcegraph.image.defaultTag | string | `"{{ .Chart.AppVersion }}"` | Global docker image tag |
304304
| sourcegraph.image.pullPolicy | string | `"IfNotPresent"` | Global docker image pull policy |

0 commit comments

Comments
 (0)