Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pages/getting-started/install-memgraph/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,8 @@ The following table lists the configurable parameters of the Memgraph HA chart a
| `secrets.name` | The name of the Kubernetes secret containing Memgraph credentials | `memgraph-secrets` |
| `secrets.userKey` | The key in the Kubernetes secret for the Memgraph user, the value is passed to the `MEMGRAPH_USER` env. | `USER` |
| `secrets.passwordKey` | The key in the Kubernetes secret for the Memgraph password, the value is passed to the `MEMGRAPH_PASSWORD`. | `PASSWORD` |
| `resources.coordinators` | CPU/Memory resource requests/limits. Left empty by default. | `{}` |
| `resources.data` | CPU/Memory resource requests/limits. Left empty by default. | `{}` |
| `prometheus.enabled` | Enable the use of `prometheus-community` chart | `false` |
| `prometheus.server.service.type` | The type of service through which `prometheus-server` will be exposed | `LoadBalancer` |

Expand Down