fix cpu quota issue

This commit is contained in:
2026-05-21 17:39:35 +02:00
parent b96f13ab49
commit de43865f30

View File

@@ -5,7 +5,7 @@ metadata:
namespace: student-martabulic namespace: student-martabulic
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
@@ -44,7 +44,7 @@ spec:
resources: resources:
requests: requests:
memory: "64Mi" memory: "64Mi"
cpu: "100m" cpu: "50m"
limits: limits:
memory: "128Mi" memory: "128Mi"
cpu: "300m" cpu: "100m"