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: annotations:
argocd.argoproj.io/sync-wave: "1" argocd.argoproj.io/sync-wave: "1"
spec: spec:
replicas: 1 replicas: 2
selector: selector:
matchLabels: matchLabels:
app: fastapi-api app: fastapi-api