diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index c54f102..31dc351 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -46,6 +46,13 @@ spec: secretKeyRef: name: postgres-secret key: POSTGRES_DB + resources: + requests: + cpu: 10m + memory: 32Mi + limits: + cpu: 50m + memory: 64Mi readinessProbe: httpGet: path: /health