Skip to content

Commit

Permalink
add promethues port to the security group
Browse files Browse the repository at this point in the history
  • Loading branch information
ozennou committed Dec 25, 2024
1 parent 1dc2197 commit fe0b57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ resource "azurerm_network_security_group" "default" {
access = "Allow"
protocol = "Tcp"
source_port_range = "*"
destination_port_range = "9236"
destination_port_range = "9090"
source_address_prefix = "*"
destination_address_prefix = "*"
}
Expand Down

0 comments on commit fe0b57a

Please sign in to comment.