mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-28 22:47:14 +10:00
Update MEAN with OSBA Mongodb instructions
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user