Skip to content

Instantly share code, notes, and snippets.

@JosephSalisbury
Created January 4, 2016 14:45
Show Gist options
  • Save JosephSalisbury/63f909119606f735c595 to your computer and use it in GitHub Desktop.
Save JosephSalisbury/63f909119606f735c595 to your computer and use it in GitHub Desktop.
{
  "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"
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment