From 82cec10b8bb7958563064a49612d602d7ddd8856 Mon Sep 17 00:00:00 2001 From: red Date: Sun, 8 Jun 2025 10:35:59 -0400 Subject: [PATCH] increase limits --- manifests/postgres/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/postgres/deployment.yaml b/manifests/postgres/deployment.yaml index 3d8caab..d4964e3 100644 --- a/manifests/postgres/deployment.yaml +++ b/manifests/postgres/deployment.yaml @@ -46,6 +46,9 @@ spec: requests: memory: "6Gi" cpu: "1200m" + limits: + memory: "8Gi" + cpu: "1600m" volumes: - name: postgres-data-volume persistentVolumeClaim: