From 70b8f5009973d31f8c6e4db38e00e6d4fc989813 Mon Sep 17 00:00:00 2001 From: Clemens Beck Date: Thu, 11 Dec 2025 10:28:41 +0100 Subject: [PATCH] Docs: Update OpenBao default max replicas The default was changed from 4 to 2 in https://gitlab.com/gitlab-org/cloud-native/charts/openbao/-/merge_requests/57. --- doc/charts/openbao/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/charts/openbao/_index.md b/doc/charts/openbao/_index.md index bfb90789f6..d3c27d5367 100644 --- a/doc/charts/openbao/_index.md +++ b/doc/charts/openbao/_index.md @@ -134,7 +134,7 @@ the `helm install` command using the `--set` flags. | `serviceInactive.annotations` | `{}` | Service annotations of the standby OpenBao pods. | | `resources` | `{}` | Resource limits and requests. | | `autoscaling.minReplicas` | 2 | Minimum OpenBao replicas. | -| `autoscaling.maxReplicas` | 4 | Maximum OpenBao replicas. | +| `autoscaling.maxReplicas` | 2 | Maximum OpenBao replicas. | | `autoscaling.targetCPUUtilizationPercentage` | 80 | Target CPU utilization for autoscaling. | | `autoscaling.targetCPUMemoryPercentage` | | Target memory utilization for autoscaling. | | `livenessProbe` | | OpenBao liveness probe. Check [OpenBao values](https://gitlab.com/gitlab-org/cloud-native/charts/openbao/-/blob/main/values.yaml) for the default. | -- GitLab