From b318c70e5c293983389c317b0dc11d7850814d32 Mon Sep 17 00:00:00 2001 From: Mehdi Necibi Date: Mon, 23 Oct 2023 22:18:10 +0200 Subject: [PATCH] Updated libcluster --- config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod.exs b/config/prod.exs index baf83ef..a0b0675 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -20,7 +20,7 @@ config :libcluster, strategy: Elixir.Cluster.Strategy.Kubernetes.DNS, config: [ service: "cluster-test-headless", - application_name: "cluster-test" + application_name: "cluster_test" ] ] ]