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