Skip to content

Instantly share code, notes, and snippets.

@davidvasandani
Created August 16, 2020 05:53
Show Gist options
  • Save davidvasandani/76f75c6aefe1a3c261aaec356ccb3476 to your computer and use it in GitHub Desktop.
Save davidvasandani/76f75c6aefe1a3c261aaec356ccb3476 to your computer and use it in GitHub Desktop.
{
"config": {
"//": "any config values the api needs to provide i.e. scaling throttles or delays?"
},
"services": [
{
"name": "api",
"scale": 10
},
{
"name": "dashboard",
"scale": 3
},
{
"name": "optimize",
"scale": 2,
},
{
"name": "render",
"scale": 2,
},
{
"name": "materials",
"scale": 2,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment