From fd754b9254e781dcbf5a86a94b6cbd4967fa8f4e Mon Sep 17 00:00:00 2001
From: seanfredrickcruz <seanfredrick.cruz@stratpoint.com>
Date: Fri, 4 Apr 2025 14:09:57 +0800
Subject: [PATCH] Test the Final Pipeline

---
 app/frontend/src/App.js | 2 +-
 task-app/values.yaml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/frontend/src/App.js b/app/frontend/src/App.js
index 681e041..d53a6f8 100644
--- a/app/frontend/src/App.js
+++ b/app/frontend/src/App.js
@@ -39,7 +39,7 @@ function App() {
       setTasks([...tasks, data]);
       setNewTask({ title: '', description: '' });
     } catch (err) {
-      setError('Failed to create tasks');
+      setError('Failed to create taskssss');
     }
   };
 
diff --git a/task-app/values.yaml b/task-app/values.yaml
index 0878ef6..989b9ec 100644
--- a/task-app/values.yaml
+++ b/task-app/values.yaml
@@ -4,7 +4,7 @@ global:
 
 # Frontend configuration
 frontend:
-  replicaCount: 2
+  replicaCount: 3
   image:
     repository: frontend
     tag: latest
-- 
GitLab