File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
pages/getting-started/install-memgraph Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -632,6 +632,8 @@ The following table lists the configurable parameters of the Memgraph HA chart a
632
632
| ` secrets.name` | The name of the Kubernetes secret containing Memgraph credentials | ` memgraph-secrets` |
633
633
| ` secrets.userKey` | The key in the Kubernetes secret for the Memgraph user, the value is passed to the ` MEMGRAPH_USER` env. | ` USER` |
634
634
| ` secrets.passwordKey` | The key in the Kubernetes secret for the Memgraph password, the value is passed to the ` MEMGRAPH_PASSWORD` . | ` PASSWORD` |
635
+ | ` resources.coordinators` | CPU/Memory resource requests/limits. Left empty by default. | ` {}` |
636
+ | ` resources.data` | CPU/Memory resource requests/limits. Left empty by default. | ` {}` |
635
637
| ` prometheus.enabled` | Enable the use of ` prometheus-community` chart | ` false` |
636
638
| ` prometheus.server.service.type` | The type of service through which ` prometheus-server` will be exposed | ` LoadBalancer` |
637
639
You can’t perform that action at this time.
0 commit comments