Skip to content

Commit

Permalink
feat(gateways) add a NAT gateway to privatek8s for outbound requests (#…
Browse files Browse the repository at this point in the history
…199)

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
  • Loading branch information
dduportal authored Jan 23, 2024
1 parent 9b9cbf3 commit c753b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gateways.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ module "privatek8s_outbound" {
resource_group_name = azurerm_virtual_network.private.resource_group_name
vnet_name = azurerm_virtual_network.private.name
subnet_names = [
## Commented for phase 1 of https://github.com/jenkins-infra/helpdesk/issues/3908#issuecomment-1905856702
# azurerm_subnet.privatek8s_tier.name,
azurerm_subnet.privatek8s_tier.name,
]
}

Expand Down

0 comments on commit c753b6f

Please sign in to comment.