Skip to content

Helm Charts for running a scalable StartupJS app

License

Notifications You must be signed in to change notification settings

startupjs/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charts

Helm Charts for running a scalable StartupJS app

Information

The app chart is currently designed to work specifically with Google Cloud.

Installing Charts from this Repository

Add the Repository to Helm:

helm repo add startupjs https://startupjs.github.io/charts

app

Install startupjs app:

helm install startupjs/app -v values.yaml

Sample values

global:
  redisUrl: "redis://10.142.0.12:6379/14"
  mongoUrl: "mongodb://10.142.0.11:27017/myapp?replicaSet=rs1"
  staticIpName: "myapp"
server:
  replicas: 1

Licence

MIT

About

Helm Charts for running a scalable StartupJS app

Resources

License

Stars

Watchers

Forks

Packages

No packages published