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

Commit 73f3ecd

Browse files
authored
Merge pull request #106 from lightbend/wip/akka.discovery
Switch from akka.discovery.method
2 parents 031bd2f + 86d5802 commit 73f3ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/sbt-test/bootstrap-demo/kubernetes-api/kubernetes/akka-cluster.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
- name: "RP_ENDPOINT_AKKA_REMOTE_PORT"
8787
value: "10000"
8888
- name: "RP_JAVA_OPTS"
89-
value: "-Dconfig.resource=rp-application.conf -Dakka.discovery.method=kubernetes-api -Dakka.management.cluster.bootstrap.contact-point-discovery.effective-name=bootstrap-kapi-demo -Dakka.management.cluster.bootstrap.contact-point-discovery.required-contact-point-nr=2 -Dakka.discovery.kubernetes-api.pod-label-selector=actorSystemName=hoboken1"
89+
value: "-Dconfig.resource=rp-application.conf -Dakka.management.cluster.bootstrap.contact-point-discovery.discovery-method=kubernetes-api -Dakka.management.cluster.bootstrap.contact-point-discovery.effective-name=bootstrap-kapi-demo -Dakka.management.cluster.bootstrap.contact-point-discovery.required-contact-point-nr=2 -Dakka.discovery.kubernetes-api.pod-label-selector=actorSystemName=hoboken1"
9090
- name: "RP_KUBERNETES_POD_IP"
9191
valueFrom:
9292
fieldRef:

0 commit comments

Comments
 (0)