Skip to content
Snippets Groups Projects
Commit 8c92ddd5 authored by nabil.abdennad's avatar nabil.abdennad
Browse files

Minor updates

parent c140be65
Branches main
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ Both the `data-retrieval` and `forecast` folders have the following structure:
### Task 1: Redis deployment
1. Fill the redis-deployment.yaml
2. Dploy the redis module using kubectl.
2. Deploy the redis module using kubectl.
### Task 2: Data Retrieval deployment
......@@ -110,7 +110,7 @@ kubectl create secret generic <name-of-the-secrets> \
--from-literal=AWS_SECRET_ACCESS_KEY=<your secret key>
```
1. Build the Data Retrieval docker and push it to your dockerhub account
2. complete the file "data-retrieval-deployment.yaml"
2. Complete the file "data-retrieval-deployment.yaml"
3. Deploy the data-retrieval module using kubectl
### Task 3: Forecast deployment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment