lower cpu limits
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
|
||||
metadata:
|
||||
name: fastapi-api
|
||||
namespace: student-antoniomaric1
|
||||
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
|
||||
@@ -21,14 +23,15 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: fastapi-api
|
||||
|
||||
image: vasic/fastapi-todo-api:1.0
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "50m"
|
||||
cpu: "10m"
|
||||
memory: "64Mi"
|
||||
limits:
|
||||
cpu: "100m"
|
||||
cpu: "50m"
|
||||
memory: "128Mi"
|
||||
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user