File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 92
92
" name" : " [variables('nsgName')]" ,
93
93
" properties" : {
94
94
" 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
- },
125
95
{
126
96
" name" : " allow_kube_tls" ,
127
97
" properties" : {
You can’t perform that action at this time.
0 commit comments