commit 1f0e3fbfe855726c42f308ae33378290098bed3c parent 05533c16f26237b12692c57cd188c72b327f191b Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 20 Jul 2023 15:59:28 +0200 reduce cpu limit Diffstat:
| M | infrastructure/configs/postgres-clusters.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml @@ -33,7 +33,7 @@ spec: cpu: 150m memory: 9Gi limits: - cpu: 4000m + cpu: 2000m memory: 25Gi postgresql: version: "15"