Merge pull request #439 from Azure/lm-agicsubnet-fix
Update default address prefix for App Gateway Ingress Controller addon
This commit is contained in:
Коммит
779d9783e4
|
@ -1160,12 +1160,11 @@ var aks_addons1 = ingressApplicationGateway ? union(aks_addons, deployAppGw ? {
|
|||
enabled: true
|
||||
config: {
|
||||
applicationGatewayName: appgwName
|
||||
subnetCIDR: '10.2.0.0/16'
|
||||
subnetCIDR: '10.225.0.0/16'
|
||||
}
|
||||
}
|
||||
}) : aks_addons
|
||||
|
||||
|
||||
var aks_identity = {
|
||||
type: 'UserAssigned'
|
||||
userAssignedIdentities: {
|
||||
|
@ -1177,7 +1176,6 @@ var aks_identity = {
|
|||
var aksPrivateDnsZone = privateClusterDnsMethod=='privateDnsZone' ? (!empty(dnsApiPrivateZoneId) ? dnsApiPrivateZoneId : 'system') : privateClusterDnsMethod
|
||||
output aksPrivateDnsZone string = aksPrivateDnsZone
|
||||
|
||||
|
||||
@description('Needing to seperately declare and union this because of https://github.com/Azure/AKS-Construction/issues/344')
|
||||
var managedNATGatewayProfile = {
|
||||
natGatewayProfile : {
|
||||
|
|
Загрузка…
Ссылка в новой задаче