This commit is contained in:
samaea 2024-08-09 19:06:21 +01:00 коммит произвёл GitHub
Родитель f37cdb3a92
Коммит b9e318c88f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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')
var managedNATGatewayProfile = {
natGatewayProfile : {
managedOutboundIPProfile: {
count: natGwIpCount
networkProfile: {
natGatewayProfile : {
managedOutboundIPProfile: {
count: natGwIpCount
}
idleTimeoutInMinutes: natGwIdleTimeout
}
idleTimeoutInMinutes: natGwIdleTimeout
}
}