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: