Skip to content

Commit

Permalink
add SG rule for newrelic webhook (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
domino-cwellington authored Jan 22, 2024
1 parent dd2965c commit 010a73b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ locals {
type = "egress"
self = true
}
ingress_cluster_8443 = {
description = "Cluster API to NewRelic webhook"
protocol = "tcp"
from_port = 8443
to_port = 8443
type = "ingress"
source_cluster_security_group = true
}
}, var.privatelink.enabled ? {
private_link = {
description = "NLB from private link to node ports"
Expand Down

0 comments on commit 010a73b

Please sign in to comment.