From ef7dd667c990383d713c099385ee4c5bbe9e7d65 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Mon, 21 Oct 2024 15:08:42 +0200
Subject: [PATCH] Updates

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index d04c5a8..5cc0707 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,8 @@ If the order isn't followed, there will be several errors happening. `Redis` nee
 
 ### Task 1: redis deployment
 
+fill the redis-deployment.yaml and deploy it using kubectl.
+
 ### Task 2: Data Retrieval deployment
 
 Read the data-retrieval-deployment.yaml carefully and spot the name of the secrets used. This secrets must be generated by this command:
@@ -125,6 +127,10 @@ Build the Data Retrieval docker, complete the file "data-retrieval-deployment.ya
 
 ### Task 3: Forecast deployment
 
+1. Build the container
+2. Push the container
+3. Fill the forecast-deployment.yaml
+4. Deploy (data-retrieval deployment should be finished before starting the forecast deployment)
 
 ### Task 4: Grafana deployment
 
-- 
GitLab