This repository was archived by the owner on May 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
akka-cluster-bootstrap/src/main/resources
integrateion-test/src/sbt-test/bootstrap-demo/dns-kubernetes/kubernetes Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ akka {
21
21
cluster {
22
22
bootstrap {
23
23
contact-point-discovery {
24
- port-name = akka-mgmt-http
24
+ port-name = "akka-mgmt-http"
25
+ protocol = "tcp"
26
+ # Can be removed once https://github.com/akka/akka/issues/25825 is implemented
27
+ service-namespace = ${?RP_NAMESPACE}".svc.cluster.local"
25
28
}
26
29
}
27
30
}
Original file line number Diff line number Diff line change 95
95
- name : " RP_ENDPOINT_AKKA_REMOTE_PORT"
96
96
value : " 10000"
97
97
- name : " RP_JAVA_OPTS"
98
- value : " -Dconfig.resource=rp-application.conf -Dakka.management.cluster.bootstrap.contact-point-discovery.discovery-method=akka.discovery.akka-dns -Dakka.management.cluster.bootstrap.contact-point-discovery.effective -name=bootstrap-dns-demo -Dakka.management.cluster.bootstrap.contact-point-discovery.required-contact-point-nr=2 -Dakka.discovery.kubernetes-api.pod-label-selector=actorSystemName=hoboken1"
98
+ value : " -Dconfig.resource=rp-application.conf -Dakka.management.cluster.bootstrap.contact-point-discovery.discovery-method=akka.discovery.akka-dns -Dakka.management.cluster.bootstrap.contact-point-discovery.service -name=bootstrap-dns-demo-internal -Dakka.management.cluster.bootstrap.contact-point-discovery.required-contact-point-nr=2 -Dakka.discovery.kubernetes-api.pod-label-selector=actorSystemName=hoboken1"
99
99
- name : " RP_KUBERNETES_POD_IP"
100
100
valueFrom :
101
101
fieldRef :
Original file line number Diff line number Diff line change 95
95
- name : " RP_ENDPOINT_AKKA_REMOTE_PORT"
96
96
value : " 10000"
97
97
- name : " RP_JAVA_OPTS"
98
- value : " -Dconfig.resource=rp-application.conf -Dakka.management.cluster.bootstrap.contact-point-discovery.discovery-method=akka.discovery.akka-dns -Dakka.management.cluster.bootstrap.contact-point-discovery.effective -name=bootstrap-dns-demo -Dakka.management.cluster.bootstrap.contact-point-discovery.required-contact-point-nr=2 -Dakka.discovery.kubernetes-api.pod-label-selector=actorSystemName=hoboken1"
98
+ value : " -Dconfig.resource=rp-application.conf -Dakka.management.cluster.bootstrap.contact-point-discovery.discovery-method=akka.discovery.akka-dns -Dakka.management.cluster.bootstrap.contact-point-discovery.service -name=bootstrap-dns-demo-internal -Dakka.management.cluster.bootstrap.contact-point-discovery.required-contact-point-nr=2 -Dakka.discovery.kubernetes-api.pod-label-selector=actorSystemName=hoboken1"
99
99
- name : " RP_KUBERNETES_POD_IP"
100
100
valueFrom :
101
101
fieldRef :
You can’t perform that action at this time.
0 commit comments