diff --git a/apps/base/arrstack/postgres/cnpg_cluster.yaml b/apps/base/arrstack/postgres/cnpg_cluster.yaml index a27ded6..5d9fd62 100644 --- a/apps/base/arrstack/postgres/cnpg_cluster.yaml +++ b/apps/base/arrstack/postgres/cnpg_cluster.yaml @@ -147,10 +147,10 @@ spec: resources: limits: cpu: "1" - memory: 1Gi + memory: 2Gi requests: - cpu: 50m - memory: 512Mi + cpu: 250m + memory: 1Gi smartShutdownTimeout: 180 startDelay: 3600 stopDelay: 1800