diff --git a/postgres-deployment.yaml b/postgres-deployment.yaml index 7c3d15e..538d85f 100644 --- a/postgres-deployment.yaml +++ b/postgres-deployment.yaml @@ -25,8 +25,8 @@ spec: name: postgres resources: limits: - cpu: "2" - memory: 2Gi + #cpu: "2" + #memory: 2Gi requests: cpu: "1" memory: 1Gi