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