Skip to content

Commit

Permalink
fix: correct value for jmx exporter (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-redpanda authored Mar 28, 2024
1 parent d674050 commit 25875ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ variable "ingress_rules" {
}
"JMXExporter" = {
description = "Allow anywhere inbound to access the Redpanda Kafka Connect Prometheus endpoint"
from_port = 9094
to_port = 9094
from_port = 9404
to_port = 9404
protocol = "tcp"
enabled = true
cidr_blocks = ["0.0.0.0/0"]
Expand Down

0 comments on commit 25875ea

Please sign in to comment.