Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/migration' into migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wenwu449 committed Jan 9, 2018
2 parents 530bedb + d8856c8 commit 217ad8d
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions parts/kubernetesmasterresources.t
Original file line number Diff line number Diff line change
Expand Up @@ -92,36 +92,6 @@
"name": "[variables('nsgName')]",
"properties": {
"securityRules": [
{{if .HasWindows}}
{
"name": "allow_rdp",
"properties": {
"access": "Allow",
"description": "Allow RDP traffic to master",
"destinationAddressPrefix": "*",
"destinationPortRange": "3389-3389",
"direction": "Inbound",
"priority": 102,
"protocol": "Tcp",
"sourceAddressPrefix": "*",
"sourcePortRange": "*"
}
},
{{end}}
{
"name": "allow_ssh",
"properties": {
"access": "Allow",
"description": "Allow SSH traffic to master",
"destinationAddressPrefix": "*",
"destinationPortRange": "22-22",
"direction": "Inbound",
"priority": 101,
"protocol": "Tcp",
"sourceAddressPrefix": "*",
"sourcePortRange": "*"
}
},
{
"name": "allow_kube_tls",
"properties": {
Expand Down

0 comments on commit 217ad8d

Please sign in to comment.