scale fastapi to 3 replicas

This commit is contained in:
2026-05-25 21:26:16 +02:00
parent 714fb2dd23
commit 45050eb643

View File

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