commit 42ebfc5e91e14e670ecf99bd9659eba54fca67f9 parent 1bbd6052b2aa38d8e70712a7ef77e649c830f262 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 1 Jul 2023 15:50:32 +0200 Make a little more realistic requests 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: 6000Mi limits: - cpu: 1000m + cpu: 4000m memory: 9000Mi postgresql: version: "15"