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

Commit 5589ed4

Browse files
committed
Let's try appliocation.conf
1 parent c3cf20e commit 5589ed4

File tree

1 file changed

+7
-7
lines changed
  • integrateion-test/src/sbt-test/bootstrap-demo/dns-kubernetes/src/main/resources

1 file changed

+7
-7
lines changed

integrateion-test/src/sbt-test/bootstrap-demo/dns-kubernetes/src/main/resources/application.conf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ akka {
77
# provider = "cluster"
88
# }
99

10-
# management {
11-
# cluster.bootstrap {
12-
# contact-point-discovery {
13-
# port-name = "akka-mgmt-http"
10+
management {
11+
cluster.bootstrap {
12+
contact-point-discovery {
13+
port-name = "akka-mgmt-http"
1414
# protocol = "tcp"
1515
# service-name = "bootstrap-demo-kubernetes-dns-internal"
1616
# # Can be removed once https://github.com/akka/akka/issues/25825 is implemented
1717
# service-namespace = ${NAMESPACE}".svc.cluster.local"
18-
# }
19-
# }
20-
# }
18+
}
19+
}
20+
}
2121
}

0 commit comments

Comments
 (0)