зеркало из https://github.com/Azure/acs-engine.git
37 строки
667 B
JSON
37 строки
667 B
JSON
{
|
|
"apiVersion": "vlabs",
|
|
"properties": {
|
|
"orchestratorProfile": {
|
|
"orchestratorType": "Swarm"
|
|
},
|
|
"masterProfile": {
|
|
"count": 1,
|
|
"dnsPrefix": "",
|
|
"vmSize": "Standard_D2_v2"
|
|
},
|
|
"agentPoolProfiles": [
|
|
{
|
|
"name": "agentpublic",
|
|
"count": 1,
|
|
"vmSize": "Standard_D2_v2",
|
|
"dnsPrefix": "",
|
|
"ports": [
|
|
80,
|
|
443,
|
|
8080
|
|
]
|
|
}
|
|
],
|
|
"linuxProfile": {
|
|
"adminUsername": "azureuser",
|
|
"ssh": {
|
|
"publicKeys": [
|
|
{
|
|
"keyData": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|