From 930fbc5044fb0a58048ad34e0ab1e856fbb4e211 Mon Sep 17 00:00:00 2001 From: emelinda Date: Fri, 17 Apr 2026 12:01:32 +0300 Subject: [PATCH] Reduce frontend deployment replicas from 2 to 1 in Notes app configuration --- apps/notes/base/frontend-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/notes/base/frontend-deployment.yaml b/apps/notes/base/frontend-deployment.yaml index 301ac8d..2cd1a60 100644 --- a/apps/notes/base/frontend-deployment.yaml +++ b/apps/notes/base/frontend-deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: app: frontend spec: - replicas: 2 + replicas: 1 selector: matchLabels: app: frontend