add a variable for kube_apiserver at all

This commit is contained in:
Abdelsalam Abbas
2017-07-10 20:16:02 +02:00
parent 22d600e8c0
commit ecaa7dad49
3 changed files with 6 additions and 4 deletions

View File

@@ -92,7 +92,7 @@
"description": "Allow secure kube-api",
"protocol": "Tcp",
"sourcePortRange": "*",
"destinationPortRange": "6443",
"destinationPortRange": "{{kube_apiserver_port}}",
"sourceAddressPrefix": "Internet",
"destinationAddressPrefix": "*",
"access": "Allow",