diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index d102d13..45f077d 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -50,6 +50,10 @@ spec: requests: cpu: 1m memory: 8Mi + limits: + limits: + cpu: 1m + memory: 8Mi readinessProbe: httpGet: path: /health