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