scale fastapi to 2 replicas

This commit is contained in:
2026-05-26 00:13:50 +02:00
parent 7bec5c65dc
commit 24d4b53e4b

View File

@@ -6,7 +6,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: fastapi-api