From 55d4e58d41f0bcb20ad23cf4bfb8fc5c6ddba5bf Mon Sep 17 00:00:00 2001 From: Andi Skrgat Date: Mon, 10 Nov 2025 14:55:24 +0100 Subject: [PATCH] feat: Add support for side containers to HA chart --- pages/getting-started/install-memgraph/kubernetes.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index 93c67e752..ffe5c1683 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -289,6 +289,8 @@ their default values. | `extraVolumes` | Optionally specify extra list of additional volumes | `[]` | | `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts | `[]` | | `extraEnv` | Env variables that users can define | `[]` | +| `userContainers.data` | Containers that users can specifiy that will be run aside from the main Memgraph container on data instances. | `[]` | +| `userContainers.coordinators` | Containers that users can specifiy that will be run aside from the main Memgraph container on coordinators. | `[]` | To change the default chart values, provide your own `values.yaml` file during the installation: