Skip to content
Open
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 @@ -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` |
Expand Down