enable fastapi deployment after quota fix
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
|||||||
argocd.argoproj.io/sync-wave: "1"
|
argocd.argoproj.io/sync-wave: "1"
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 1
|
||||||
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
cpu: "5m"
|
cpu: "5m"
|
||||||
memory: "32Mi"
|
memory: "32Mi"
|
||||||
limits:
|
limits:
|
||||||
cpu: "20m"
|
cpu: "10m"
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user