diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 31dc351..aefd452 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -48,11 +48,11 @@ spec: key: POSTGRES_DB resources: requests: - cpu: 10m - memory: 32Mi + cpu: 5m + memory: 16Mi limits: - cpu: 50m - memory: 64Mi + cpu: 20m + memory: 32Mi readinessProbe: httpGet: path: /health