fix quota issue - scale moj-servis to 0
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
||||
namespace: student-martabulic
|
||||
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
|
||||
selector:
|
||||
matchLabels:
|
||||
@@ -43,8 +43,8 @@ spec:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
cpu: "50m"
|
||||
memory: "32Mi"
|
||||
cpu: "20m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
memory: "64Mi"
|
||||
cpu: "50m"
|
||||
Reference in New Issue
Block a user