diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 97a3108..0992798 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -54,5 +54,5 @@ spec: name: moj-servis-secret key: API_KEY resources: - requests: { memory: "128Mi", cpu: "200m" } - limits: { memory: "512Mi", cpu: "700m" } \ No newline at end of file + requests: { memory: "64Mi", cpu: "50m" } + limits: { memory: "128Mi", cpu: "200m" } \ No newline at end of file