feat: Add prometheus-adapter port 6443 to recommended sec groups (#2399)

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Adin Hodovic
2023-01-28 14:02:12 +01:00
committed by GitHub
parent 8f0d94bc42
commit 059dc0c67c

View File

@@ -124,6 +124,15 @@ locals {
type = "ingress"
source_cluster_security_group = true
}
# prometheus-adapter
ingress_cluster_6443_webhook = {
description = "Cluster API to node 6443/tcp webhook"
protocol = "tcp"
from_port = 6443
to_port = 6443
type = "ingress"
source_cluster_security_group = true
}
# Karpenter
ingress_cluster_8443_webhook = {
description = "Cluster API to node 8443/tcp webhook"