Skip to content

Commit 67fd8ad

Browse files
committed
example/kafka-mesh: Fix CI port allocation
Signed-off-by: Ryan Northey <[email protected]>
1 parent 688c417 commit 67fd8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kafka-mesh/verify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash -e
22

33
export NAME=kafka-mesh
4-
export PORT_PROXY="${KAFKA_MESH_PORT_PROXY:-11200}"
5-
export PORT_ADMIN="${KAFKA_MESH_PORT_ADMIN:-11201}"
4+
export PORT_PROXY="${KAFKA_MESH_PORT_PROXY:-11110}"
5+
export PORT_ADMIN="${KAFKA_MESH_PORT_ADMIN:-11111}"
66

77
UPARGS="proxy kafka-cluster1 kafka-cluster2 zookeeper"
88

0 commit comments

Comments
 (0)