From 3c3660fca1ea6e7be1c001db5e9d12bc2c4ed62d Mon Sep 17 00:00:00 2001 From: red Date: Sun, 8 Jun 2025 10:35:40 -0400 Subject: [PATCH] increase resource allocations --- manifests/postgres/deployment.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/postgres/deployment.yaml b/manifests/postgres/deployment.yaml index 186069d..3d8caab 100644 --- a/manifests/postgres/deployment.yaml +++ b/manifests/postgres/deployment.yaml @@ -19,6 +19,7 @@ spec: containers: - name: postgres image: postgres:17-alpine + imagePullPolicy: Always volumeMounts: - name: postgres-data-volume @@ -43,8 +44,8 @@ spec: key: postgres-password resources: requests: - memory: "4Gi" - cpu: "800m" + memory: "6Gi" + cpu: "1200m" volumes: - name: postgres-data-volume persistentVolumeClaim: