From a6891293aa32d8f76cffcb2d09d67f32a216ebcc Mon Sep 17 00:00:00 2001
From: seanfredrickcruz <seanfredrick.cruz@stratpoint.com>
Date: Fri, 4 Apr 2025 10:12:22 +0800
Subject: [PATCH] Test the 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 be48c9b..681e041 100644
--- a/app/frontend/src/App.js
+++ b/app/frontend/src/App.js
@@ -20,7 +20,7 @@ function App() {
       setTasks(data);
       setLoading(false);
     } catch (err) {
-      setError('Failed to fetch taskssss');
+      setError('Failed to fetch tasks');
       setLoading(false);
     }
   };
diff --git a/task-app/values.yaml b/task-app/values.yaml
index 128fdaf..0878ef6 100644
--- a/task-app/values.yaml
+++ b/task-app/values.yaml
@@ -4,7 +4,7 @@ global:
 
 # Frontend configuration
 frontend:
-  replicaCount: 1
+  replicaCount: 2
   image:
     repository: frontend
     tag: latest
-- 
GitLab