fix: enable stable 2 replicas under quota
This commit is contained in:
@@ -19,6 +19,13 @@ spec:
|
|||||||
- name: fastapi-api
|
- name: fastapi-api
|
||||||
image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0
|
image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "50m"
|
||||||
|
memory: "64Mi"
|
||||||
|
limits:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "128Mi"
|
||||||
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user