Skip to content

Commit

Permalink
Merge pull request #422 from rabbitmq/rename-erlang-port
Browse files Browse the repository at this point in the history
Rename cluster-links to cluster-rpc in headless service.
  • Loading branch information
MirahImage authored Oct 27, 2020
2 parents 4d3d3db + 155a965 commit 7b4de78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/resource/headless_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (builder *HeadlessServiceBuilder) Update(object runtime.Object) error {
{
Protocol: corev1.ProtocolTCP,
Port: 25672,
Name: "cluster-links", // aka distribution port
Name: "cluster-rpc", // aka distribution port
},
},
PublishNotReadyAddresses: true,
Expand Down
2 changes: 1 addition & 1 deletion internal/resource/headless_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ var _ = Describe("HeadlessService", func() {
{
Protocol: corev1.ProtocolTCP,
Port: 25672,
Name: "cluster-links",
Name: "cluster-rpc",
},
},
PublishNotReadyAddresses: true,
Expand Down

0 comments on commit 7b4de78

Please sign in to comment.