Skip to content

Commit

Permalink
feat: Add additional port for metrics-server to recommended rules (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Dec 18, 2022
1 parent 180434d commit 5a270b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions node_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ locals {
type = "ingress"
self = true
}
# metrics-server
ingress_cluster_8443_webhook = {
description = "Cluster API to node 4443/tcp webhook"
protocol = "tcp"
from_port = 4443
to_port = 4443
type = "ingress"
source_cluster_security_group = true
}
# Karpenter
ingress_cluster_8443_webhook = {
description = "Cluster API to node 8443/tcp webhook"
protocol = "tcp"
Expand All @@ -123,6 +133,7 @@ locals {
type = "ingress"
source_cluster_security_group = true
}
# ALB controller, NGINX
ingress_cluster_9443_webhook = {
description = "Cluster API to node 9443/tcp webhook"
protocol = "tcp"
Expand Down

0 comments on commit 5a270b7

Please sign in to comment.