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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,6 @@ In addition to the documented values, all services also support the following va
134
134
| grafana.image.name | string |`"grafana"`| Docker image name for the `grafana` image |
135
135
| grafana.name | string |`"grafana"`| Name used by resources. Does not affect service names or PVCs. |
136
136
| grafana.podSecurityContext | object |`{"fsGroup":472,"fsGroupChangePolicy":"OnRootMismatch","runAsGroup":472,"runAsUser":472}`| Security context for the `grafana` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
137
-
| grafana.replicaCount | int |`1`| Number of `grafana` pod |
138
137
| grafana.resources | object |`{"limits":{"cpu":"1","memory":"512Mi"},"requests":{"cpu":"100m","memory":"512Mi"}}`| Resource requests & limits for the `grafana` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
139
138
| grafana.serviceAccount.create | bool |`true`| Enable creation of ServiceAccount for `grafana`|
140
139
| grafana.serviceAccount.name | string |`"grafana"`| Name of the ServiceAccount to be created or an existing ServiceAccount |
@@ -247,7 +246,6 @@ In addition to the documented values, all services also support the following va
247
246
| prometheus.name | string |`"prometheus"`| Name used by resources. Does not affect service names or PVCs. |
248
247
| prometheus.podSecurityContext | object |`{"fsGroup":100,"fsGroupChangePolicy":"OnRootMismatch"}`| Security context for the `prometheus` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
249
248
| prometheus.privileged | bool |`true`| Enable RBAC for `prometheus`|
250
-
| prometheus.replicaCount | int |`1`| Number of `prometheus` pod |
251
249
| prometheus.resources | object |`{"limits":{"cpu":"2","memory":"6G"},"requests":{"cpu":"500m","memory":"6G"}}`| Resource requests & limits for the `prometheus` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) Prometheus is relied upon to monitor services for sending alerts to site admins when something is wrong with Sourcegraph, thus its memory requests and limits are the same to guarantee it has enough memory to perform its job reliably and prevent conflicts with other pods on the same host node. The limit chosen here is based on what works reliably on Sourcegraph.com with lots of traffic. |
252
250
| prometheus.serviceAccount.create | bool |`true`| Enable creation of ServiceAccount |
253
251
| prometheus.serviceAccount.name | string |`"prometheus"`| Name of the ServiceAccount to be created or an existing ServiceAccount |
@@ -313,7 +311,7 @@ In addition to the documented values, all services also support the following va
313
311
| sourcegraph.revisionHistoryLimit | int |`10`| Global deployment clean up policy, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)|
314
312
| sourcegraph.serviceLabels | object |`{}`| Add extra labels to all services |
315
313
| sourcegraph.tolerations | list |`[]`| Global Tolerations, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
316
-
| storageClass.allowedTopologies |object|`{}`| Persistent volumes topology configuration, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/storage-classes/#allowed-topologies)|
314
+
| storageClass.allowedTopologies |list|`[]`| Persistent volumes topology configuration, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/storage-classes/#allowed-topologies)|
317
315
| storageClass.create | bool |`true`| Enable creation of storageClass. Disable if you have your own existing storage class |
318
316
| storageClass.name | string |`"sourcegraph"`| Name of the storageClass. Use to customize to the existing storage class name |
319
317
| storageClass.parameters | object |`{}`| Extra parameters of storageClass, consult your cloud provider persistent storage documentation |
0 commit comments