commit f6e4b64c10c0a5dcbb2c8a54fc18d1991b12c747
parent 457d70f3363590db4a0282a39b21541eb36c6db7
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 10 Apr 2023 01:15:19 +0200
Fix resource requests
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure/configs/postgres-clusters.yaml b/infrastructure/configs/postgres-clusters.yaml
@@ -22,10 +22,10 @@ spec:
numberOfInstances: 3
resources:
requests:
- cpu: 500m
+ cpu: 200m
memory: 24000Mi
limits:
- cpu: 2000m
+ cpu: 1000m
memory: 64000Mi
postgresql:
version: "15"