commit 1bbd6052b2aa38d8e70712a7ef77e649c830f262
parent 6b9b551fcec6bf0c82bc000b39801e355f415c20
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 1 Jul 2023 15:49:11 +0200
Make a little more realistic requests
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml
@@ -30,8 +30,8 @@ spec:
numberOfInstances: 3
resources:
requests:
- cpu: 200m
- memory: 4000Mi
+ cpu: 150m
+ memory: 6000Mi
limits:
cpu: 1000m
memory: 9000Mi