NAT Gateway hot fix. (#710)
This commit is contained in:
Родитель
f37cdb3a92
Коммит
b9e318c88f
|
@ -1244,11 +1244,13 @@ output aksPrivateDnsZoneName string = enablePrivateCluster && privateClusterDns
|
||||||
|
|
||||||
@description('Needing to seperately declare and union this because of https://github.com/Azure/AKS-Construction/issues/344')
|
@description('Needing to seperately declare and union this because of https://github.com/Azure/AKS-Construction/issues/344')
|
||||||
var managedNATGatewayProfile = {
|
var managedNATGatewayProfile = {
|
||||||
natGatewayProfile : {
|
networkProfile: {
|
||||||
managedOutboundIPProfile: {
|
natGatewayProfile : {
|
||||||
count: natGwIpCount
|
managedOutboundIPProfile: {
|
||||||
|
count: natGwIpCount
|
||||||
|
}
|
||||||
|
idleTimeoutInMinutes: natGwIdleTimeout
|
||||||
}
|
}
|
||||||
idleTimeoutInMinutes: natGwIdleTimeout
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче