mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-11 22:41:43 +01:00
feat: Add prometheus-adapter port 6443 to recommended sec groups (#2399)
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user