Skip to content

Commit 5f78c06

Browse files
authored
Fix wrong port on expectEnvoyWithConfigAz2Tls test (#70)
1 parent edb7ebf commit 5f78c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/tests/kafkacluster_controller_envoy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ func expectEnvoyWithConfigAz2Tls(kafkaCluster *v1beta1.KafkaCluster) {
13591359
},
13601360
corev1.ContainerPort{
13611361
Name: "tcp-health",
1362-
ContainerPort: kafkaCluster.Spec.EnvoyConfig.GetEnvoyAdminPort(),
1362+
ContainerPort: kafkaCluster.Spec.EnvoyConfig.GetEnvoyHealthCheckPort(),
13631363
Protocol: corev1.ProtocolTCP,
13641364
},
13651365
))

0 commit comments

Comments
 (0)