fix fastapi deployment
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
argocd.argoproj.io/sync-wave: "1"
|
argocd.argoproj.io/sync-wave: "1"
|
||||||
spec:
|
spec:
|
||||||
replicas: 0
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: fastapi-api
|
app: fastapi-api
|
||||||
@@ -61,8 +61,8 @@ spec:
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "1m"
|
cpu: "100m"
|
||||||
memory: "16Mi"
|
memory: "128Mi"
|
||||||
limits:
|
limits:
|
||||||
cpu: "1m"
|
cpu: "500m"
|
||||||
memory: "32Mi"
|
memory: "256Mi"
|
||||||
Reference in New Issue
Block a user