Skip to content

Commit

Permalink
update sg naming
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 18, 2025
1 parent d20ae12 commit fb3a7bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ resource "aws_security_group" "extra_cluster_sg" {
cidr_blocks = concat(var.census_private_cidr, ["10.0.0.0/8"])
}

# kubectl logs
ingress {
from_port = 10250
to_port = 10250
protocol = "tcp"
cidr_blocks = concat(var.census_private_cidr, ["10.0.0.0/8"])
}

egress {
from_port = 0
to_port = 0
Expand Down

0 comments on commit fb3a7bb

Please sign in to comment.