From 8221564064fee22518a88e9a05ef1408cef9cc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelena=20Vu=C4=8Di=C4=87?= Date: Thu, 21 May 2026 20:52:09 +0200 Subject: [PATCH] 2 replicas --- manifests/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index 092fe3b..5d0ee5b 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -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