diff --git a/app/frontend/src/App.js b/app/frontend/src/App.js index 681e0412d8872483b8763d266622096b6a45119a..d53a6f8f16e643d31aef50b4ded0b497485ad366 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 0878ef6828584286b1873b0cd33513361e2fcc9f..989b9ec59e08cb8632bc6b42bc2b1c5c26674c2f 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