Merged PR 163: Fixed secret 02-02 challenge

Fixed secret 02-02 challenge
This commit is contained in:
Jorge Palma 2019-07-02 21:24:49 +00:00
Родитель a9e5947545 9209ddd66e
Коммит aec7dbf156
5 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -81,7 +81,7 @@ In the previous step, you installed MongoDB using Helm, with a specified usernam
{% collapsible %} {% collapsible %}
```sh ```sh
kubectl create secret generic mongodbsecret --from-literal=mongoHost="orders-mongo-mongodb.default.svc.cluster.local" --from-literal=mongoUser="orders-user" --from-literal=mongoPassword="orders-password" kubectl create secret generic mongodb --from-literal=mongoHost="orders-mongo-mongodb.default.svc.cluster.local" --from-literal=mongoUser="orders-user" --from-literal=mongoPassword="orders-password"
``` ```
> **Hint** By default, the service load balancing the MongoDB cluster would be accessible at ``orders-mongo-mongodb.default.svc.cluster.local`` > **Hint** By default, the service load balancing the MongoDB cluster would be accessible at ``orders-mongo-mongodb.default.svc.cluster.local``

0
scripts/down.sh Executable file → Normal file
Просмотреть файл

0
scripts/loadtest.sh Executable file → Normal file
Просмотреть файл

0
scripts/up.sh Executable file → Normal file
Просмотреть файл

Просмотреть файл