From 5a51926a83cfd043b8f9908651bbecddc6f60000 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 16 May 2026 00:45:26 +0200 Subject: [PATCH] Reduced pod scaling to 1 from 2 Updated nuget packages --- Shop/Shop.csproj | 2 +- litecharms-shop-uat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Shop/Shop.csproj b/Shop/Shop.csproj index 53802d3..ebc548d 100644 --- a/Shop/Shop.csproj +++ b/Shop/Shop.csproj @@ -17,7 +17,7 @@ - + diff --git a/litecharms-shop-uat.yml b/litecharms-shop-uat.yml index b3450cc..e47e73f 100644 --- a/litecharms-shop-uat.yml +++ b/litecharms-shop-uat.yml @@ -44,7 +44,7 @@ metadata: name: litecharms-shop namespace: litecharms-shop-uat spec: - replicas: 2 + replicas: 1 selector: matchLabels: app: shop -- 2.47.3