diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index c8a512082..d77658683 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -538,6 +538,8 @@ The following table lists the configurable parameters of the Memgraph standalone | `memgraphOrganizationName` | Organization name associated with the Enterprise license. | `""` | | `statefulSetAnnotations` | Annotations to add to the StatefulSet. | `{}` | | `podAnnotations` | Annotations to add to the Pod. | `{}` | +| `labels.statefulSetLabels` | Additional labels to add to the StatefulSet. | `{}` | +| `labels.podLabels` | Additional labels to add to the Pod. | `{}` | | `extraEnv` | Additional environment variables passed to the Memgraph container. | `[]` | | `resources` | CPU/Memory resource requests/limits. Left empty by default. | `{}` | | `serviceAccount.create` | Whether a service account should be created. | `true` |