зеркало из https://github.com/Azure/aks-engine.git
47 строки
1.1 KiB
JSON
47 строки
1.1 KiB
JSON
{
|
|
"apiVersion": "vlabs",
|
|
"properties": {
|
|
"orchestratorProfile": {
|
|
"orchestratorType": "Swarm"
|
|
},
|
|
"masterProfile": {
|
|
"count": 1,
|
|
"dnsPrefix": "",
|
|
"vmSize": "Standard_D2_v2"
|
|
},
|
|
"agentPoolProfiles": [
|
|
{
|
|
"name": "agentpool1",
|
|
"count": 3,
|
|
"vmSize": "Standard_D2_v2",
|
|
"availabilityProfile": "AvailabilitySet",
|
|
"storageProfile": "ManagedDisks",
|
|
"diskSizesGB": [128, 128, 128, 128]
|
|
},
|
|
{
|
|
"name": "agentpublic",
|
|
"count": 3,
|
|
"dnsPrefix": "",
|
|
"vmSize": "Standard_D2_v2",
|
|
"availabilityProfile": "AvailabilitySet",
|
|
"storageProfile": "ManagedDisks",
|
|
"diskSizesGB": [128, 128, 128, 128],
|
|
"ports": [
|
|
80,
|
|
443,
|
|
8080
|
|
]
|
|
}
|
|
],
|
|
"linuxProfile": {
|
|
"adminUsername": "azureuser",
|
|
"ssh": {
|
|
"publicKeys": [
|
|
{
|
|
"keyData": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |