fix: lower fastapi cpu quota
This commit is contained in:
@@ -61,8 +61,8 @@ spec:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "25m"
|
||||
memory: "64Mi"
|
||||
cpu: "5m"
|
||||
memory: "32Mi"
|
||||
limits:
|
||||
cpu: "50m"
|
||||
memory: "128Mi"
|
||||
cpu: "10m"
|
||||
memory: "64Mi"
|
||||
Reference in New Issue
Block a user