fix azure kubernetes port to 6443

This commit is contained in:
Abdelsalam Abbas
2017-07-09 09:56:32 +02:00
parent 992023288f
commit 22d600e8c0
2 changed files with 6 additions and 6 deletions

View File

@@ -92,7 +92,7 @@
"description": "Allow secure kube-api",
"protocol": "Tcp",
"sourcePortRange": "*",
"destinationPortRange": "443",
"destinationPortRange": "6443",
"sourceAddressPrefix": "Internet",
"destinationAddressPrefix": "*",
"access": "Allow",
@@ -106,4 +106,4 @@
"dependsOn": []
}
]
}
}