Skip to content

Commit

Permalink
revert: previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Jun 7, 2023
1 parent c9b93d6 commit 870ae64
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,10 @@ config :libcluster,
topologies: [
lenra: [
# The selected clustering strategy. Required.
strategy: Elixir.Cluster.Strategy.Kubernetes,
strategy: Elixir.Cluster.Strategy.Kubernetes.DNS,
# Configuration for the provided strategy. Optional.
config: [
mode: :ip,
kubernetes_ip_lookup_mode: :pods,
kubernetes_selector: System.fetch_env!("KUBERNETES_SELECTOR"),
kubernetes_namespace: System.fetch_env!("KUBERNETES_NAMESPACE"),
service: System.fetch_env!("SERVICE_NAME"),
application_name: "lenra",
polling_interval: 10_000
]
Expand Down

0 comments on commit 870ae64

Please sign in to comment.