Skip to content

Commit

Permalink
✨ feat(cert-manager): add port for cert-manager webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 22, 2025
1 parent 5df5812 commit 7527d11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions additional_sg_rules.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ locals {
type = "ingress"
}
ingress_cert_manager_webhook = {
description = "Cert Manager webhook"
from_port = 9402
description = "cert-manager webhook"
from_port = 10260
protocol = "tcp"
source_cluster_security_group = true
to_port = 9402
to_port = 10260
type = "ingress"
}
}
Expand Down

0 comments on commit 7527d11

Please sign in to comment.