diff --git a/manifests/postgres/deployment.yaml b/manifests/postgres/deployment.yaml index bcaf457..74ce1bc 100644 --- a/manifests/postgres/deployment.yaml +++ b/manifests/postgres/deployment.yaml @@ -41,6 +41,13 @@ spec: secretKeyRef: name: postgres key: postgres-password + resources: + requests: + memory: "256Mi" + cpu: "100m" + limits: + memory: "1Gi" + cpu: "500m" volumes: - name: postgres-data-volume persistentVolumeClaim: