fix quota issue - scale moj-servis to 0

This commit is contained in:
2026-05-21 18:07:24 +02:00
parent de43865f30
commit 5aa08767c8

View File

@@ -5,7 +5,7 @@ metadata:
namespace: student-martabulic
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
@@ -43,8 +43,8 @@ spec:
resources:
requests:
memory: "32Mi"
cpu: "20m"
limits:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"