diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 43e2788..06fe532 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -46,7 +46,9 @@ spec: secretKeyRef: name: postgres-secret key: POSTGRES_DB - cpu: 1m + resources: + requests: + cpu: 1m readinessProbe: httpGet: path: /health