diff --git a/manifest.yaml b/manifest.yaml
index a6ed8df1321256cd217a47539998588425f90f08..2fb5ff22db2301b9999a454286f5317ced97594b 100644
--- a/manifest.yaml
+++ b/manifest.yaml
@@ -63,6 +63,13 @@ spec:
         ports:
         - containerPort: 5432
           name: postgresql
+        resources:
+          requests:
+            memory: "64Mi"
+            cpu: "50m"
+          limits:
+            memory: "128Mi"
+            cpu: "100m"  
         volumeMounts:
         - name: postgresql
           mountPath: /var/lib/postgresql/data
@@ -130,6 +137,13 @@ spec:
           value: "8080"
         ports:
         - containerPort: 8080
+        resources:
+          requests:
+            memory: "64Mi"
+            cpu: "50m"
+          limits:
+            memory: "128Mi"
+            cpu: "100m"  
       imagePullSecrets:
         - name: registry-gitlab
       volumes: