From 1e0a1cc9d0d6f43ade9140090e641bb904b44788 Mon Sep 17 00:00:00 2001 From: MihaelJanjic Date: Sat, 2 May 2026 21:59:00 +0000 Subject: [PATCH] removed excess resources --- k8s/moj-servis/deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 17b6b9a..34a5b7a 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -37,10 +37,6 @@ spec: timeoutSeconds: 2 failureThreshold: 2 - resources: - requests: { memory: "64Mi", cpu: "50m" } - limits: { memory: "128Mi", cpu: "200m" } - envFrom: - configMapRef: name: moj-servis-config