scale: povecaj FastAPI na 2 replike

This commit is contained in:
2026-05-25 11:14:10 +02:00
parent 738d24e465
commit c00982133d

View File

@@ -6,7 +6,7 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "1" # deploy NAKON baze
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: fastapi-api
@@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: fastapi-api
image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0
image: vasic/fastapi-todo-api:1.0
ports:
- containerPort: 8000
env: