diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index b6e95081b..73454aadf 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -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` | @@ -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` |