Skip to content

Commit 45fade1

Browse files
as51340matea16
andauthored
Document HA K8s resources (#1247)
Co-authored-by: Matea Pesic <[email protected]>
1 parent 59c88b8 commit 45fade1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/getting-started/install-memgraph/kubernetes.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,8 @@ The following table lists the configurable parameters of the Memgraph HA chart a
632632
| `secrets.name` | The name of the Kubernetes secret containing Memgraph credentials | `memgraph-secrets` |
633633
| `secrets.userKey` | The key in the Kubernetes secret for the Memgraph user, the value is passed to the `MEMGRAPH_USER` env. | `USER` |
634634
| `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. | `{}` |
635637
| `prometheus.enabled` | Enable the use of `prometheus-community` chart | `false` |
636638
| `prometheus.server.service.type` | The type of service through which `prometheus-server` will be exposed | `LoadBalancer` |
637639

0 commit comments

Comments
 (0)