diff --git a/k8s/deploy.yaml b/k8s/deploy.yaml index 7937c2e..062ebf9 100644 --- a/k8s/deploy.yaml +++ b/k8s/deploy.yaml @@ -42,9 +42,11 @@ spec: - name: schemas resources: limits: + cpu: "500m" memory: "100Mi" requests: - memory: "100Mi" + cpu: "100m" + memory: "20Mi" readinessProbe: httpGet: path: /health