diff --git a/code/service/src/main/resources/application.conf b/code/service/src/main/resources/application.conf index 65da6fe5..9c29a74a 100644 --- a/code/service/src/main/resources/application.conf +++ b/code/service/src/main/resources/application.conf @@ -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 } diff --git a/code/service/src/main/resources/docker.conf b/code/service/src/main/resources/docker.conf index 3a9eee8e..51f387e3 100644 --- a/code/service/src/main/resources/docker.conf +++ b/code/service/src/main/resources/docker.conf @@ -3,10 +3,7 @@ include "application.conf" deployment-mode = "docker" akka.management { - http { - hostname = "" - bind-hostname = "0.0.0.0" - } + http.hostname = "" cluster { bootstrap { contact-point-discovery {