We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
namespace
1 parent 2711656 commit cbd5b84Copy full SHA for cbd5b84
1 file changed
lib/strategy/kubernetes_dns_srv.ex
@@ -20,6 +20,7 @@ defmodule Cluster.Strategy.Kubernetes.DNSSRV do
20
config: [
21
service: "elixir-plug-poc",
22
application_name: "elixir_plug_poc",
23
+ namespace: "default",
24
polling_interval: 10_000]]]
25
26
An example of how this strategy extracts topology information from DNS follows:
0 commit comments