From 95262d0de388e9153040013a9ec6e2ea79609a25 Mon Sep 17 00:00:00 2001 From: nirutti-git <73631730+nirutti-git@users.noreply.github.com> Date: Tue, 4 Jun 2024 04:14:53 +0000 Subject: [PATCH] edit replica to 2 --- infra/core/host/container-app.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/core/host/container-app.bicep b/infra/core/host/container-app.bicep index 397b12b3..bb0b3f59 100644 --- a/infra/core/host/container-app.bicep +++ b/infra/core/host/container-app.bicep @@ -13,7 +13,7 @@ param containerCpuCoreCount string = '0.5' @description('The maximum number of replicas to run. Must be at least 1.') @minValue(1) -param containerMaxReplicas int = 10 +param containerMaxReplicas int = 2 @description('Memory allocated to a single container instance, e.g., 1Gi') param containerMemory string = '1.0Gi'