{
"join-policy": "none|simple|gs-unit-chain",
"units": [
{
"name": "ambassador",
"type": "ambassador",
"definition": {
"dependency": "app",
"port": 80
}
},
{
"name": "user-app",
"type": "service",
"definition": {
"unit": {
"description": "description"
},
"service": {
"type": "simple"
},
"fleet": {
"global": true
}
}
},
{
"name": "lb-register",
"type": "lb-register",
"definition": {
"port": 80,
"lb-visibility": "public"
}
}
}
}
Created
January 4, 2016 14:45
-
-
Save JosephSalisbury/63f909119606f735c595 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment