Skip to content

Commit

Permalink
DBZ-7934: Fixed JMX Exporter service k8s service name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace authored and jpechane committed Jun 10, 2024
1 parent bde23dc commit 1138eb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected Service desired(DebeziumServer primary, Context<DebeziumServer> contex
return new ServiceBuilder()
.withMetadata(new ObjectMetaBuilder()
.withNamespace(primary.getMetadata().getNamespace())
.withName(name + "exporter-metrics")
.withName(name + "-exporter-metrics")
.withLabels(labels)
.build())
.withSpec(new ServiceSpecBuilder()
Expand Down

0 comments on commit 1138eb7

Please sign in to comment.