Update Node with OSBA Mongodb instructions

This commit is contained in:
Carlos Rodriguez Hernandez
2018-10-31 11:46:44 +01:00
parent 556478b819
commit 4cee1b5ced
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: node
version: 6.2.2
version: 6.2.3
appVersion: 8.12.0
description: Event-driven I/O server-side JavaScript environment based on V8
keywords:

View File

@@ -211,7 +211,7 @@ ingress:
4. Deploy the helm chart:
```
$ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance bitnami/node
$ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance,externaldb.ssl=true bitnami/node
```
Once the instance has been provisioned in Azure, a new secret should have been automatically created with the connection parameters for your application.