diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index b5b56f16..e0970ec4 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -212,10 +212,10 @@ spec: resources: requests: memory: "1.5Gi" - cpu: "100m" + cpu: "500m" limits: memory: "3Gi" - cpu: "500m" + cpu: "2000m" startupProbe: httpGet: path: /health