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