diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 47f4963..7b34df2 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -44,7 +44,7 @@ spec: resources: requests: memory: "64Mi" - cpu: "50m" + cpu: "100m" limits: memory: "128Mi" - cpu: "200m" \ No newline at end of file + cpu: "300m" \ No newline at end of file