This commit is contained in:
Jorge Palma 2019-07-02 14:23:01 -07:00
Родитель a9e5947545
Коммит 9209ddd66e
5 изменённых файлов: 1 добавлений и 1 удалений

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

@ -81,7 +81,7 @@ In the previous step, you installed MongoDB using Helm, with a specified usernam
{% collapsible %}
```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``

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

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

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

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