Update MEAN with OSBA Mongodb instructions

This commit is contained in:
Carlos Rodriguez Hernandez
2018-10-31 11:45:58 +01:00
parent 5882a2dcdf
commit 217620009a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: mean
version: 4.2.2
version: 4.2.3
appVersion: 4.6.2
description: MEAN is a free and open-source JavaScript software stack for building dynamic web sites and web applications. The MEAN stack is MongoDB, Express.js, Angular, and Node.js. Because all components of the MEAN stack support programs written in JavaScript, MEAN applications can be written in one language for both server-side and client-side execution environments.
keywords:
+1 -1
View File
@@ -218,7 +218,7 @@ ingress:
4. Deploy the helm chart:
```
$ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance bitnami/mean
$ helm install --name node-app --set mongodb.install=false,externaldb.broker.serviceInstanceName=azure-mongodb-instance,externaldb.ssl=true bitnami/mean
```
Once the instance has been provisioned in Azure, a new secret should have been automatically created with the connection parameters for your application.