Skip to content

Commit

Permalink
Alter default outbound Networking options #619
Browse files Browse the repository at this point in the history
  • Loading branch information
nellyk committed Aug 9, 2023
1 parent 11ac999 commit b7bee9b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions helper/src/configpresets/principals.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@
"vnet_opt": "custom",
"vnetprivateend": false,
"afw": false,
"bastion": false
"bastion": false,
"aksOutboundTrafficType":"loadBalancer"
}
}
},
Expand Down Expand Up @@ -386,7 +387,8 @@
"vnet_opt": "custom",
"vnetprivateend": true,
"afw": true,
"bastion": true
"bastion": true,
"aksOutboundTrafficType": "userDefinedRouting"
}
}
}
Expand Down Expand Up @@ -426,8 +428,6 @@
"automationAccountScheduledStartStop": "Weekday"
},
"net": {
"createNatGateway": false,
"aksOutboundTrafficType": "loadBalancer"
}
}
},
Expand Down Expand Up @@ -462,8 +462,6 @@
"automationAccountScheduledStartStop": ""
},
"net": {
"createNatGateway": true,
"aksOutboundTrafficType": "natGateway"
}
}
}
Expand Down

0 comments on commit b7bee9b

Please sign in to comment.