Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 9, 2021
1 parent 13c7574 commit 19274af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/ports.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {
[8083, 8083, "tcp", "Kafka", local.n_all, ["vpc"]],
[9000, 9001, "tcp", "Kafka-UI", local.n_all, ["external"]],
[9092, 9093, "tcp", "Kafka-listener", local.n_all, ["external"]],
[9999, 9999, "tcp", "Kafka", local.n_all, ["vpc"]],
[9999, 9999, "tcp", "Kafka-JMX", local.n_all, ["vpc"]],
]

# these are ignored
Expand Down

0 comments on commit 19274af

Please sign in to comment.