Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Created January 5, 2020 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PixelRobots/edcbe7f0e55835283d065d73c48cbb5b to your computer and use it in GitHub Desktop.
Save PixelRobots/edcbe7f0e55835283d065d73c48cbb5b to your computer and use it in GitHub Desktop.
"agentPoolProfiles": {
"type": "array",
"metadata": {
"description": "Define one or multiple node pools"
},
"defaultValue": [
{
"nodeCount": 3,
"nodeVmSize": "Standard_D2_v3",
"availabilityZones": [
"1",
"2",
"3"
],
"enableAutoScaling": true,
"maxCount": 10,
"minCount": 3
},
{
"nodeCount": 2,
"nodeVmSize": "Standard_A2_v2",
"availabilityZones": null,
"enableAutoScaling": false
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment