increase cpu limits for load test

This commit is contained in:
2026-05-03 15:37:30 +02:00
parent 55b3979f50
commit b96f13ab49

View File

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