Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit b7554e0

Browse files
committed
set akka.management.cluster.bootstrap.contact-point-discovery.port-name
1 parent 557a77f commit b7554e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

akka-cluster-bootstrap/src/main/resources/rp-tooling.conf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ akka {
1717

1818
library-extensions += "com.lightbend.rp.akkaclusterbootstrap.ClusterBootstrapAutostart"
1919

20+
management {
21+
cluster {
22+
bootstrap {
23+
contact-point-discovery {
24+
port-name = akka-mgmt-http
25+
}
26+
}
27+
}
28+
}
29+
2030
remote {
2131
netty.tcp {
2232
hostname = ${?RP_ENDPOINT_AKKA_REMOTE_HOST}

0 commit comments

Comments
 (0)