Update k8s/dev/backend-deployment-dev.yaml
This commit is contained in:
parent
d01735ae4a
commit
d7bd43bdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
memory: "768Mi" # Alinhado com o heap do Node
|
||||
cpu: "500m" # Prioridade de CPU garantida
|
||||
cpu: "800m" # Prioridade de CPU garantida
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "1000m"
|
||||
|
|
|
|||
Loading…
Reference in a new issue