Skip to content

Commit

Permalink
add port for metrics-server addon
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 9, 2025
1 parent 7ebfc04 commit bdebdea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions securitygroup.ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ locals {
from_port = 9443
to_port = 9443
},
{
component = "metrics-server"
description = "metrics-server endpoint"
from_port = 10251
to_port = 10251
},
{
component = "cert-manager"
description = "cert-manager-webhook"
Expand Down

0 comments on commit bdebdea

Please sign in to comment.