diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index a93b22b..8be9315 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -5,7 +5,7 @@ metadata: namespace: student-martabulic spec: - replicas: 1 + replicas: 0 selector: matchLabels: @@ -43,8 +43,8 @@ spec: resources: requests: - memory: "64Mi" - cpu: "50m" + memory: "32Mi" + cpu: "20m" limits: - memory: "128Mi" - cpu: "100m" \ No newline at end of file + memory: "64Mi" + cpu: "50m" \ No newline at end of file