Helm Charts for running a scalable StartupJS app
The app
chart is currently designed to work specifically with Google Cloud
.
Add the Repository to Helm:
helm repo add startupjs https://startupjs.github.io/charts
Install startupjs app:
helm install startupjs/app -v values.yaml
global:
redisUrl: "redis://10.142.0.12:6379/14"
mongoUrl: "mongodb://10.142.0.11:27017/myapp?replicaSet=rs1"
staticIpName: "myapp"
server:
replicas: 1
MIT