Skip to content

Commit

Permalink
Fix wrong port on expectEnvoyWithConfigAz2Tls test (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrerazvan authored Dec 19, 2023
1 parent edb7ebf commit 5f78c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/tests/kafkacluster_controller_envoy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ func expectEnvoyWithConfigAz2Tls(kafkaCluster *v1beta1.KafkaCluster) {
},
corev1.ContainerPort{
Name: "tcp-health",
ContainerPort: kafkaCluster.Spec.EnvoyConfig.GetEnvoyAdminPort(),
ContainerPort: kafkaCluster.Spec.EnvoyConfig.GetEnvoyHealthCheckPort(),
Protocol: corev1.ProtocolTCP,
},
))
Expand Down

0 comments on commit 5f78c06

Please sign in to comment.