Skip to content

Commit 217ad8d

Browse files
committed
Merge remote-tracking branch 'origin/migration' into migration
2 parents 530bedb + d8856c8 commit 217ad8d

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

parts/kubernetesmasterresources.t

-30
Original file line numberDiff line numberDiff line change
@@ -92,36 +92,6 @@
9292
"name": "[variables('nsgName')]",
9393
"properties": {
9494
"securityRules": [
95-
{{if .HasWindows}}
96-
{
97-
"name": "allow_rdp",
98-
"properties": {
99-
"access": "Allow",
100-
"description": "Allow RDP traffic to master",
101-
"destinationAddressPrefix": "*",
102-
"destinationPortRange": "3389-3389",
103-
"direction": "Inbound",
104-
"priority": 102,
105-
"protocol": "Tcp",
106-
"sourceAddressPrefix": "*",
107-
"sourcePortRange": "*"
108-
}
109-
},
110-
{{end}}
111-
{
112-
"name": "allow_ssh",
113-
"properties": {
114-
"access": "Allow",
115-
"description": "Allow SSH traffic to master",
116-
"destinationAddressPrefix": "*",
117-
"destinationPortRange": "22-22",
118-
"direction": "Inbound",
119-
"priority": 101,
120-
"protocol": "Tcp",
121-
"sourceAddressPrefix": "*",
122-
"sourcePortRange": "*"
123-
}
124-
},
12595
{
12696
"name": "allow_kube_tls",
12797
"properties": {

0 commit comments

Comments
 (0)