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 @@ -746,6 +746,7 @@ The following table lists the configurable parameters of the Memgraph HA chart a
| `container.data.startupProbe.failureThreshold` | Failure threshold for startup probe | `1440` |
| `container.data.startupProbe.timeoutSeconds` | Timeout for probe | `10` |
| `container.data.startupProbe.periodSeconds` | Period seconds for startup probe | `10` |
| `container.data.terminationGracePeriodSeconds` | Grace period for data pod termination | `1800` |
| `container.coordinators.livenessProbe.tcpSocket.port` | Port used for TCP connection. Should be the same as bolt port. | `12000` |
| `container.coordinators.livenessProbe.failureThreshold` | Failure threshold for liveness probe | `20` |
| `container.coordinators.livenessProbe.timeoutSeconds` | Timeout for liveness probe | `10` |
Expand All @@ -758,6 +759,7 @@ The following table lists the configurable parameters of the Memgraph HA chart a
| `container.coordinators.startupProbe.failureThreshold` | Failure threshold for startup probe | `1440` |
| `container.coordinators.startupProbe.timeoutSeconds` | Timeout for probe | `10` |
| `container.coordinators.startupProbe.periodSeconds` | Period seconds for startup probe | `10` |
| `container.coordinators.terminationGracePeriodSeconds` | Grace period for coordinators pod termination | `1800` |
| `data` | Configuration for data instances | See `data` section |
| `coordinators` | Configuration for coordinator instances | See `coordinators` section |
| `sysctlInitContainer.enabled` | Enable the init container to set sysctl parameters | `true` |
Expand Down