resources
This commit is contained in:
@@ -20,10 +20,10 @@ spec:
|
||||
image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0
|
||||
resources:
|
||||
requests:
|
||||
cpu: "50m"
|
||||
cpu: "10m"
|
||||
memory: "64Mi"
|
||||
limits:
|
||||
cpu: "150m"
|
||||
cpu: "50m"
|
||||
memory: "128Mi"
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
||||
Reference in New Issue
Block a user