Created
September 29, 2017 00:30
-
-
Save AMeng/ff8fc232a3b68dbe0d45f97d7b088ba8 to your computer and use it in GitHub Desktop.
Spinnaker Pipeline Example
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
{ | |
"app": { | |
"instance_type": "m4.large", | |
"app_description": "Edge Forrest Demo application" | |
}, | |
"asg": { | |
"min_inst": 2, | |
"max_inst": 5 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment