Skip to content

Instantly share code, notes, and snippets.

@chiragtoor
Created December 4, 2018 01:10
Show Gist options
  • Save chiragtoor/437a534d3adb08533f3d597a14a8e359 to your computer and use it in GitHub Desktop.
Save chiragtoor/437a534d3adb08533f3d597a14a8e359 to your computer and use it in GitHub Desktop.
use Mix.Config
config :libcluster,
topologies: [
k8s_example: [
strategy: Elixir.Cluster.Strategy.Kubernetes.DNS,
config: [
service: "excluster-service-headless",
application_name: "ex_cluster",
polling_interval: 3_000
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment