diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 61c9283..403b6d1 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -4,7 +4,7 @@ metadata: name: moj-servis namespace: student-leonarda11 spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: moj-servis @@ -57,8 +57,8 @@ spec: resources: requests: - memory: "64Mi" - cpu: "50m" - limits: memory: "128Mi" - cpu: "200m" \ No newline at end of file + cpu: "150m" + limits: + memory: "256Mi" + cpu: "500m" \ No newline at end of file