Skip to content

Instantly share code, notes, and snippets.

@rajdeeprath
Created September 30, 2019 18:14
Show Gist options
  • Save rajdeeprath/e55291d98ec1f1c980285690db8a97ed to your computer and use it in GitHub Desktop.
Save rajdeeprath/e55291d98ec1f1c980285690db8a97ed to your computer and use it in GitHub Desktop.
Simple stream manager scale policy version 3
{
"policy": {
"name": "default",
"description": "Scale policy file with all node types",
"type": "com.red5pro.services.autoscaling.model.ScalePolicyMaster",
"version": "0.0.3",
"targets": {
"region": [{
"name": "default",
"target": [{
"role": "edge",
"minLimit": 2,
"maxLimit": 20,
"scaleAdjustment": 1
},
{
"role": "origin",
"minLimit": 2,
"maxLimit": 20,
"scaleAdjustment": 1
}
]
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment