diff --git a/README.md b/README.md index d04c5a84174a4be143a72aa464904420fcb347a4..5cc0707b828a1ba3fe1f26e1ed6e769f4eec70a6 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