Skip to content

Commit

Permalink
Fix and standardize akka management configuration (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
klvmungai authored May 20, 2021
1 parent de40ab7 commit 65548ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion code/service/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ akka {
# these settings bind Akka management to 0.0.0.0 so that k8s health checks
# work when running behind istio proxy
# https://doc.akka.io/docs/akka-management/current/akka-management.html
management.http.hostname = "0.0.0.0"
management.http.bind-hostname = "0.0.0.0"
management.http.bind-port = 8558
}
Expand Down
5 changes: 1 addition & 4 deletions code/service/src/main/resources/docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ include "application.conf"
deployment-mode = "docker"

akka.management {
http {
hostname = "<hostname>"
bind-hostname = "0.0.0.0"
}
http.hostname = "<hostname>"
cluster {
bootstrap {
contact-point-discovery {
Expand Down

0 comments on commit 65548ac

Please sign in to comment.