|
|
@ -62,8 +62,8 @@ |
|
|
|
"id": "[concat(variables('lbID'), '/backendAddressPools/kube-api-backend')]" |
|
|
|
}, |
|
|
|
"protocol": "tcp", |
|
|
|
"frontendPort": 443, |
|
|
|
"backendPort": 443, |
|
|
|
"frontendPort": "{{kube_apiserver_port}}", |
|
|
|
"backendPort": "{{kube_apiserver_port}}", |
|
|
|
"enableFloatingIP": false, |
|
|
|
"idleTimeoutInMinutes": 5, |
|
|
|
"probe": { |
|
|
@ -77,7 +77,7 @@ |
|
|
|
"name": "kube-api", |
|
|
|
"properties": { |
|
|
|
"protocol": "tcp", |
|
|
|
"port": 443, |
|
|
|
"port": "{{kube_apiserver_port}}", |
|
|
|
"intervalInSeconds": 5, |
|
|
|
"numberOfProbes": 2 |
|
|
|
} |
|
|
@ -193,4 +193,4 @@ |
|
|
|
} {% if not loop.last %},{% endif %} |
|
|
|
{% endfor %} |
|
|
|
] |
|
|
|
} |
|
|
|
} |