Skip to content

Commit 269d68b

Browse files
as51340matea16
andauthored
feat: Add support for side containers to HA chart (#1464)
Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
1 parent 225317a commit 269d68b

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
@@ -290,6 +290,8 @@ their default values.
290290
| `extraVolumes` | Optionally specify extra list of additional volumes | `[]` |
291291
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts | `[]` |
292292
| `extraEnv` | Env variables that users can define | `[]` |
293+
| `userContainers.data` | Containers that users can specifiy that will be run aside from the main Memgraph container on data instances. | `[]` |
294+
| `userContainers.coordinators` | Containers that users can specifiy that will be run aside from the main Memgraph container on coordinators. | `[]` |
293295
294296
To change the default chart values, provide your own `values.yaml` file during
295297
the installation:

0 commit comments

Comments
 (0)