Created
September 30, 2019 18:14
-
-
Save rajdeeprath/e55291d98ec1f1c980285690db8a97ed to your computer and use it in GitHub Desktop.
Simple stream manager scale policy version 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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